r5683 - packages/trunk/late/debian

Barry deFreese bddebian-guest at alioth.debian.org
Thu Feb 7 21:55:34 UTC 2008


Author: bddebian-guest
Date: 2008-02-07 21:55:34 +0000 (Thu, 07 Feb 2008)
New Revision: 5683

Modified:
   packages/trunk/late/debian/rules
Log:
Change make distclean again..


Modified: packages/trunk/late/debian/rules
===================================================================
--- packages/trunk/late/debian/rules	2008-02-07 21:41:30 UTC (rev 5682)
+++ packages/trunk/late/debian/rules	2008-02-07 21:55:34 UTC (rev 5683)
@@ -63,7 +63,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile -a ! -f config.status ] || $(MAKE) distclean
+	[ ! -f Makefile ] || [ -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