[Lunar-commits] r14774 - moonbase/trunk/compilers/gcc

Auke Kok sofar at lunar-linux.org
Mon May 16 20:02:50 UTC 2005


Author: sofar
Date: 2005-05-16 20:02:49 +0000 (Mon, 16 May 2005)
New Revision: 14774

Modified:
   moonbase/trunk/compilers/gcc/POST_INSTALL
Log:
I don't know how this could have stayed in here this long. and ldconfig IS RUN ON EVERY BUILD PEOPLE!!! lol


Modified: moonbase/trunk/compilers/gcc/POST_INSTALL
===================================================================
--- moonbase/trunk/compilers/gcc/POST_INSTALL	2005-05-16 19:42:58 UTC (rev 14773)
+++ moonbase/trunk/compilers/gcc/POST_INSTALL	2005-05-16 20:02:49 UTC (rev 14774)
@@ -6,10 +6,5 @@
 
 if [ ! -e /usr/bin/cc ] ; then
   ln -s gcc /usr/bin/cc
-fi                                                       &&
+fi || true
 
-#rm_source_dir /usr/src/gcc-$VERSION-BUILD                &&
-rm_source_dir /usr/src/gcc-$VERSION                      &&
-
-ldconfig
-



More information about the Lunar-commits mailing list