From f282f333601a250bcf9397a92aab1e3dc6e28100 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 10 Sep 2018 12:55:00 +0200 Subject: Install systemd services with autotools Change-Id: I3a87d5ad4cb43efdcfc25828144f825f4d3b1594 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 15e79dae4..1cf3a355e 100755 --- a/debian/rules +++ b/debian/rules @@ -42,11 +42,11 @@ # main packaging script based on dh7 syntax %: - dh $@ --with autoreconf + dh $@ --with autoreconf # debmake generated override targets # Set options for ./configure -CONFIGURE_FLAGS += --enable-iu --enable-smpp +CONFIGURE_FLAGS += --enable-iu --enable-smpp --with-systemdsystemunitdir=/lib/systemd/system override_dh_auto_configure: dh_auto_configure -- $(CONFIGURE_FLAGS) # -- cgit v1.2.3