r5686 - packages/trunk/late/debian

Barry deFreese bddebian-guest at alioth.debian.org
Thu Feb 7 22:11:19 UTC 2008


Author: bddebian-guest
Date: 2008-02-07 22:11:18 +0000 (Thu, 07 Feb 2008)
New Revision: 5686

Modified:
   packages/trunk/late/debian/rules
Log:
And now rules.. Forgot one ! in distclean ugliness


Modified: packages/trunk/late/debian/rules
===================================================================
--- packages/trunk/late/debian/rules	2008-02-07 22:10:05 UTC (rev 5685)
+++ packages/trunk/late/debian/rules	2008-02-07 22:11:18 UTC (rev 5686)
@@ -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 ] || [ ! -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