aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-27 15:40:42 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-27 15:40:42 -0500
commitc42ad8e8de7fc581b57c7407de6a8336cfbc2540 (patch)
tree49ea74d0653970cba76d4d83ecd19909bff5e4b3 /debian/rules
parent4558674d70dd7cd14a650e28c20cc707b72bf425 (diff)
downloadikiwiki-c42ad8e8de7fc581b57c7407de6a8336cfbc2540.tar
ikiwiki-c42ad8e8de7fc581b57c7407de6a8336cfbc2540.tar.gz
lintian fixes
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index bdbbf0050..0a7ce7a26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_compress:
override_dh_auto_clean:
# distclean moans about MANIFEST, this is quieter
- -$(MAKE) realclean
+ if [ -e Makefile ]; then $(MAKE) realclean; fi
# Not intended for use by anyone except the author.
announcedir: