r3965 - packages/trunk/parsec47/debian

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


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




More information about the Pkg-games-commits mailing list