diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5490305..bd1bd9c 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 dh $@ --with autoreconf override_dh_autoreconf: - NOCONFIGURE=1 dh-autoreconf ./autogen.sh + NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_install: find debian/indicator-power -name \*.la -delete |