r5661 - packages/trunk/late/debian

Barry deFreese bddebian-guest at alioth.debian.org
Wed Feb 6 19:42:13 UTC 2008


Author: bddebian-guest
Date: 2008-02-06 19:42:12 +0000 (Wed, 06 Feb 2008)
New Revision: 5661

Modified:
   packages/trunk/late/debian/rules
Log:
Fix make clean


Modified: packages/trunk/late/debian/rules
===================================================================
--- packages/trunk/late/debian/rules	2008-02-06 19:38:37 UTC (rev 5660)
+++ packages/trunk/late/debian/rules	2008-02-06 19:42:12 UTC (rev 5661)
@@ -63,7 +63,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] && [ ! -f config.status ] || $(MAKE) distclean
+	[ ! -f Makefile -a ! -f config.status ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	rm -f config.sub
 endif




More information about the Pkg-games-commits mailing list