diff --git a/templates/gcc-runstuff-after-install.sh b/templates/gcc-runstuff-after-install.sh new file mode 100644 index 00000000000..aa0764c9746 --- /dev/null +++ b/templates/gcc-runstuff-after-install.sh @@ -0,0 +1,5 @@ +# +# Make /usr/bin/gcc -> /usr/bin/cc symlink. +# + +cd $XBPS_DESTDIR/$pkgname-$version/usr/bin && ln -s gcc cc