gcc: make /usr/bin/cc symlink after install.

--HG--
extra : convert_revision : fbd558de2bee2f1f5ae06c59c7d595fbde2189b8
This commit is contained in:
Juan RP 2008-10-24 02:03:54 +02:00
parent 17185fb761
commit 86184903d4
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#
# Make /usr/bin/gcc -> /usr/bin/cc symlink.
#
cd $XBPS_DESTDIR/$pkgname-$version/usr/bin && ln -s gcc cc