r3967 - packages/trunk/parsec47/debian

Miriam Ruiz baby-guest at alioth.debian.org
Wed Aug 29 18:25:03 UTC 2007


Author: baby-guest
Date: 2007-08-29 18:25:03 +0000 (Wed, 29 Aug 2007)
New Revision: 3967

Modified:
   packages/trunk/parsec47/debian/rules
Log:
Clean properly!



Modified: packages/trunk/parsec47/debian/rules
===================================================================
--- packages/trunk/parsec47/debian/rules	2007-08-29 18:15:36 UTC (rev 3966)
+++ packages/trunk/parsec47/debian/rules	2007-08-29 18:25:03 UTC (rev 3967)
@@ -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




More information about the Pkg-games-commits mailing list