Skip to content

Commit

Permalink
packaging: fix default systemd-dir path.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>

Autobuild-User(master): Günther Deschner <[email protected]>
Autobuild-Date(master): Tue Jan 16 21:02:28 CET 2018 on sn-devel-144
  • Loading branch information
gd committed Jan 16, 2018
1 parent 1129388 commit 8224a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 8224a3d

Please sign in to comment.