void-packages/templates/gcc-runstuff-after-install.sh
Juan RP 86184903d4 gcc: make /usr/bin/cc symlink after install.
--HG--
extra : convert_revision : fbd558de2bee2f1f5ae06c59c7d595fbde2189b8
2008-10-24 02:03:54 +02:00

6 lines
108 B
Bash

#
# Make /usr/bin/gcc -> /usr/bin/cc symlink.
#
cd $XBPS_DESTDIR/$pkgname-$version/usr/bin && ln -s gcc cc