aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 71ffbf133..ffc99db85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,8 +42,10 @@
# main packaging script based on dh7 syntax
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf
+# debmake generated override targets
+CONFIGURE_FLAGS += --with-systemdsystemunitdir=/lib/systemd/system
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
#