summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7dff29c..9315284 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,8 @@ include /usr/share/dpkg/default.mk
# Make sure we call ./bootstrap before running dh_auto_configure
override_dh_auto_configure:
- ./bootstrap && dh_auto_configure
+ test -e configure || ./bootstrap
+ dh_auto_configure
#Make sure to include bash completion file in the package
override_dh_auto_install: