void-packages/templates/gcc.post_install

6 lines
108 B
Plaintext
Raw Normal View History

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