Author: jscinoz-guest
Date: 2008-06-28 02:42:08 +0000 (Sat, 28 Jun 2008)
New Revision: 7538

Modified:
   packages/trunk/urbanterror/debian/rules
Log:
Did the last thing wrong

Modified: packages/trunk/urbanterror/debian/rules
===================================================================
--- packages/trunk/urbanterror/debian/rules     2008-06-28 02:42:06 UTC (rev 
7537)
+++ packages/trunk/urbanterror/debian/rules     2008-06-28 02:42:08 UTC (rev 
7538)
@@ -43,10 +43,10 @@
 build-arch-stamp:
        dh_testdir
 
-       (cd ioUrbanTerrorClientSource; $(MAKE) $(BUILD_FLAGS) \
-       BUILD_GAME_SO=0 BUILD_GAME_QVM=0) # We don't need these
-       (cd ioUrbanTerrorServerSource; $(MAKE) $(BUILD_FLAGS) \
-       BUILD_GAME_SO=0 BUILD_GAME_QVM=0) # We don't need these
+       (cd ioUrbanTerrorClientSource; BUILD_GAME_SO=0 BUILD_GAME_QVM=0 \
+       $(MAKE) $(BUILD_FLAGS)) # We don't need these
+       (cd ioUrbanTerrorServerSource; BUILD_GAME_SO=0 BUILD_GAME_QVM=0 \
+       $(MAKE) $(BUILD_FLAGS)) # We don't need these
 
        touch $@        w
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to