[Lunar-commits] r24775 - moonbase/trunk/x11/xplanet

Dennis Veatch stumbles at lunar-linux.org
Sun Jun 10 17:53:00 CEST 2007


Author: stumbles
Date: 2007-06-10 17:53:00 +0200 (Sun, 10 Jun 2007)
New Revision: 24775

Modified:
   moonbase/trunk/x11/xplanet/BUILD
Log:

erm uh yeah.


Modified: moonbase/trunk/x11/xplanet/BUILD
===================================================================
--- moonbase/trunk/x11/xplanet/BUILD	2007-06-10 14:23:39 UTC (rev 24774)
+++ moonbase/trunk/x11/xplanet/BUILD	2007-06-10 15:53:00 UTC (rev 24775)
@@ -1,8 +1,7 @@
 (
 
-  OPTSS=
   if module_installed xscreensaver; then
-    OPTSS=--with-xscreensaver
+    OPTS="$OPTS --with-xscreensaver"
   fi                                       &&
 
   ./configure  --prefix=/usr                \
@@ -22,8 +21,8 @@
                --with-animation             \
                --with-gl                    \
                --with-glut                  \
-               $OPTSS                      &&
-                  
+               $OPTS                       &&
+
   default_make
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list