[Lunar-commits] r18128 - moonbase/trunk/games/quake2

Florin Braescu florin at lunar-linux.org
Sun Jan 15 08:17:59 UTC 2006


Author: florin
Date: 2006-01-15 08:17:58 +0000 (Sun, 15 Jan 2006)
New Revision: 18128

Modified:
   moonbase/trunk/games/quake2/BUILD
Log:
simplify the BUILD file.

Modified: moonbase/trunk/games/quake2/BUILD
===================================================================
--- moonbase/trunk/games/quake2/BUILD	2006-01-15 08:04:40 UTC (rev 18127)
+++ moonbase/trunk/games/quake2/BUILD	2006-01-15 08:17:58 UTC (rev 18128)
@@ -3,12 +3,7 @@
   if [ "$WERR" == "n" ]; then
     OPTS="$OPTS --disable-warn"
   fi
+  
+  default_game_build
 
-  ./configure  --prefix=/usr               \
-               --bindir=/usr/games         \
-               --datadir=/usr/share/games  \
-               $OPTS                       &&
-
-  default_make
-
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list