diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 13b5700..a3c08c5 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,10 @@ override_dh_auto_install: override_dh_installsystemd: dh_installsystemd --no-enable --name ipmievd +override_dh_autoreconf: + autoupdate + dh_autoreconf + override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --with-kerneldir --mandir=/usr/share/man --enable-intf-dummy $(extra_config_opts) |