r13145 - packages/trunk/netpanzer/debian

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Fri Jan 20 08:31:32 UTC 2012


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 




More information about the Pkg-games-commits mailing list