Author: baby-guest
Date: 2007-08-29 18:13:50 +0000 (Wed, 29 Aug 2007)
New Revision: 3965

Modified:
   packages/trunk/parsec47/debian/rules
Log:
Minor error when cleaning



Modified: packages/trunk/parsec47/debian/rules
===================================================================
--- packages/trunk/parsec47/debian/rules        2007-08-29 18:10:44 UTC (rev 
3964)
+++ packages/trunk/parsec47/debian/rules        2007-08-29 18:13:50 UTC (rev 
3965)
@@ -31,7 +31,7 @@
        dh_testroot
        rm -f build-stamp configure-stamp
        #ant -v clean
-       [ ! -f Makefile ] || $(MAKE) clean
+       [ -f Makefile ] || $(MAKE) clean
        rm -f parsec47
        rm -f `find . -name "*.o"`
        $(MAKE) -f /usr/share/quilt/quilt.make unpatch


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

Reply via email to