[libvigraimpex] 06/10: Make sure clean target will not fail
Andreas Tille
tille at debian.org
Wed Feb 12 21:51:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libvigraimpex.
commit dc906b1b0d4395ef6c0e0dbf037fe21d1c3443da
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 12 13:35:30 2014 +0100
Make sure clean target will not fail
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 539e632..84d8f04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -198,7 +198,7 @@ clean:
dh_testdir
dh_clean
rm -rf obj*/
- find doc/ -type f -delete
+ if [ -d doc/ ] ; then find doc/ -type f -delete ; fi
.NOTPARALLEL:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libvigraimpex.git
More information about the debian-science-commits
mailing list