[netpanzer] 48/118: Call scons clean conditionaly
Markus Koschany
apo at moszumanska.debian.org
Sun Jun 5 10:18:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository netpanzer.
commit 3fd2022f52afb8d9d30bf434c40eea3b594d8d7d
Author: Alexander Reichle-Schmehl <tolimar at debian.org>
Date: Fri Jan 20 08:31:31 2012 +0000
Call scons clean conditionaly
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index be89bf9..25c03cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ clean:
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git
More information about the Pkg-games-commits
mailing list