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():