Author: tolimar
Date: 2012-01-20 08:31:31 +0000 (Fri, 20 Jan 2012)
New Revision: 13145

Modified:
   packages/trunk/netpanzer/debian/rules
Log:
Call scons clean conditionaly



Modified: packages/trunk/netpanzer/debian/rules
===================================================================
--- packages/trunk/netpanzer/debian/rules       2012-01-20 08:24:04 UTC (rev 
13144)
+++ packages/trunk/netpanzer/debian/rules       2012-01-20 08:31:31 UTC (rev 
13145)
@@ -39,7 +39,7 @@
        dh_testroot
        rm -f build-stamp config.log
        
-       scons --clean
+       [ -f SConstruct ] || scons --clean
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
        rm -rf .pc
        dh_clean 


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

Reply via email to