[Lunar-commits] r26311 - in moonbase/trunk/compilers: gcc gcc3 gcc42

Moritz Heiber moe at lunar-linux.org
Sat Oct 20 13:36:49 CEST 2007


Author: moe
Date: 2007-10-20 13:36:49 +0200 (Sat, 20 Oct 2007)
New Revision: 26311

Modified:
   moonbase/trunk/compilers/gcc/POST_INSTALL
   moonbase/trunk/compilers/gcc3/POST_INSTALL
   moonbase/trunk/compilers/gcc42/POST_INSTALL
Log:
Yeah, screwed up .. it was late. I used copy and paste and I didn't test
my changes. Sorry .. I've just been having my mind elsewhere lately ..



Modified: moonbase/trunk/compilers/gcc/POST_INSTALL
===================================================================
--- moonbase/trunk/compilers/gcc/POST_INSTALL	2007-10-20 05:06:41 UTC (rev 26310)
+++ moonbase/trunk/compilers/gcc/POST_INSTALL	2007-10-20 11:36:49 UTC (rev 26311)
@@ -1,11 +1,11 @@
 # allow seamless upgrade/downgrade from/to gcc <=> gcc3
 if module_installed gcc3 ; then
   remove_module gcc3
-if
+fi
 
 if module_installed gcc42 ; then
   remove_module gcc42
-if
+fi
 
 cd /usr/lib/gcc/$BUILD/$VERSION                          &&
 ln    -sf /usr/bin/cpp cpp                               &&

Modified: moonbase/trunk/compilers/gcc3/POST_INSTALL
===================================================================
--- moonbase/trunk/compilers/gcc3/POST_INSTALL	2007-10-20 05:06:41 UTC (rev 26310)
+++ moonbase/trunk/compilers/gcc3/POST_INSTALL	2007-10-20 11:36:49 UTC (rev 26311)
@@ -5,7 +5,7 @@
 
 if module_installed gcc42 ; then
   remove_module gcc42
-if
+fi
 
 cd /usr/lib/gcc/$BUILD/$VERSION                          &&
 ln    -sf /usr/bin/cpp cpp                               &&

Modified: moonbase/trunk/compilers/gcc42/POST_INSTALL
===================================================================
--- moonbase/trunk/compilers/gcc42/POST_INSTALL	2007-10-20 05:06:41 UTC (rev 26310)
+++ moonbase/trunk/compilers/gcc42/POST_INSTALL	2007-10-20 11:36:49 UTC (rev 26311)
@@ -5,7 +5,7 @@
 
 if module_installed gcc3 ; then
   remove_module gcc3
-if
+fi
 
 cd /usr/lib/gcc/$BUILD/$VERSION  &&
 ln    -sf /usr/bin/cpp cpp       &&



More information about the Lunar-commits mailing list