summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2018-01-16 16:25:01 +0100
committerGünther Deschner <gd@samba.org>2018-01-16 21:02:28 +0100
commit8224a3d6a03aeb4648bb624f775b139115567a8f (patch)
tree4cf18ab4de72cd6ecf75d7aa60c8a232302f9d8e /packaging
parent112938879f9e04a9a4f3d2ed69efacf2bce83799 (diff)
downloadsamba-8224a3d6a03aeb4648bb624f775b139115567a8f.tar.gz
packaging: fix default systemd-dir path.
https://bugzilla.samba.org/show_bug.cgi?id=13227 By default we should not end up with a /usr/usr/lib/systemd/system path. Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Jan 16 21:02:28 CET 2018 on sn-devel-144
Diffstat (limited to 'packaging')
-rw-r--r--packaging/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/wscript b/packaging/wscript
index 76158e9da44..6cee6b9daa6 100644
--- a/packaging/wscript
+++ b/packaging/wscript
@@ -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
#