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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to