void-packages/templates/gcc-runstuff-after-install.sh

6 lines
108 B
Bash
Raw Normal View History

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