From 1c4f64d236412cc314fb63793d74adff868c123e Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 10 Jan 2016 00:33:34 +0200 Subject: [PATCH] system-config-printer:systemd disable options --- hardware/printer/system-config-printer/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/printer/system-config-printer/actions.py b/hardware/printer/system-config-printer/actions.py index 17ad2fafa8..9100bc0870 100644 --- a/hardware/printer/system-config-printer/actions.py +++ b/hardware/printer/system-config-printer/actions.py @@ -15,6 +15,7 @@ def setup(): pisitools.dosed("Makefile.in", "xmlto man", "xmlto --skip-validation man") autotools.configure("--with-udev-rules \ + --with-systemdsystemunitdir=no \ --sysconfdir=/etc") def build():