diff options
Diffstat (limited to 'waterfox/debian/rules')
-rwxr-xr-x | waterfox/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/debian/rules b/waterfox/debian/rules index 7e4cff5..7a68fcd 100755 --- a/waterfox/debian/rules +++ b/waterfox/debian/rules @@ -4,7 +4,7 @@ export SHELL=/bin/bash %: - dh $@ + dh $@ --without autoreconf override_dh_auto_clean: rm -f .mozconfig |