aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 13:00:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 13:58:26 +0000
commitd58ddb2c4e6534c4d3db90beb2692b67e3a9b83a (patch)
tree02b1602ec978fc8500793ecce1e5443837a6aaa5 /debian/rules
parent526b4a5f350725d312c6739cf6abdcef040b698c (diff)
Install systemd services with autotools
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)
#