diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 848787aa5..4e5f25c16 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - test -f Makefile && $(MAKE) distclean + test -f Makefile && $(MAKE) distclean || true dh_clean install: build |