From 86184903d46c7044a42f187e5f9162c576332c9c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2008 02:03:54 +0200 Subject: [PATCH] gcc: make /usr/bin/cc symlink after install. --HG-- extra : convert_revision : fbd558de2bee2f1f5ae06c59c7d595fbde2189b8 --- templates/gcc-runstuff-after-install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/gcc-runstuff-after-install.sh 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