packaging: fix default systemd-dir path.
[bbaumbach/samba-autobuild/.git] / packaging / wscript
index 76158e9da44cdb519aee678120330df84d1995cb..6cee6b9daa648850776396b83458d6bbdf6bfb0c 100644 (file)
@@ -10,9 +10,9 @@ def set_options(opt):
                   action="store_true", dest="systemd_install_services", default=False)
 
     gr.add_option('--with-systemddir',
-                  help=("systemd service directory [PREFIX/usr/lib/systemd/system]"),
+                  help=("systemd service directory [PREFIX/lib/systemd/system]"),
                   action="store", dest="SYSTEMDDIR",
-                  default="${PREFIX}/usr/lib/systemd/system")
+                  default="${PREFIX}/lib/systemd/system")
     #
     # extra service directives
     #