gcc: make /usr/bin/cc symlink after install.
--HG-- extra : convert_revision : fbd558de2bee2f1f5ae06c59c7d595fbde2189b8
This commit is contained in:
parent
17185fb761
commit
86184903d4
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# Make /usr/bin/gcc -> /usr/bin/cc symlink.
|
||||
#
|
||||
|
||||
cd $XBPS_DESTDIR/$pkgname-$version/usr/bin && ln -s gcc cc
|
Loading…
Reference in New Issue