summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2018-01-16 16:25:01 +0100
committerKarolin Seeger <kseeger@samba.org>2018-01-25 15:04:21 +0100
commit75d1ec2340ef44683b272411eab70960e2d28767 (patch)
tree0baea8111539f15e6da43c65c17f7b3203c04680 /packaging
parent2d4987b24210044287c91289a0f67618bacd7335 (diff)
downloadsamba-75d1ec2340ef44683b272411eab70960e2d28767.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
#