1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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
This commit is contained in:
Günther Deschner 2018-01-16 16:25:01 +01:00
parent 112938879f
commit 8224a3d6a0

View File

@ -10,9 +10,9 @@ def set_options(opt):
action="store_true", dest="systemd_install_services", default=False) action="store_true", dest="systemd_install_services", default=False)
gr.add_option('--with-systemddir', 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", action="store", dest="SYSTEMDDIR",
default="${PREFIX}/usr/lib/systemd/system") default="${PREFIX}/lib/systemd/system")
# #
# extra service directives # extra service directives
# #