summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-05-28 12:00:08 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-28 18:47:53 +0200
commit003a67616148a8c2b94aa0c87595465f5dcac508 (patch)
tree0b64d2051bf1caccd883b53f03316d4f200ed158 /meson.build
parent01ae74c8c7f364dd3a1d71a43af00c34f531d3f7 (diff)
downloadsystemd-003a67616148a8c2b94aa0c87595465f5dcac508.tar.gz
Move homectl and userdbctl to bindir
Those binaries aren't needed during early boot.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 2 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index f416b4f234..f51510c032 100644
--- a/meson.build
+++ b/meson.build
@@ -2571,8 +2571,7 @@ if conf.get('ENABLE_USERDB') == 1
link_with : [libshared],
dependencies : [threads],
install_rpath : rootlibexecdir,
- install : true,
- install_dir : rootbindir)
+ install : true)
endif
if conf.get('ENABLE_HOMED') == 1
@@ -2615,8 +2614,7 @@ if conf.get('ENABLE_HOMED') == 1
libp11kit,
libdl],
install_rpath : rootlibexecdir,
- install : true,
- install_dir : rootbindir)
+ install : true)
if conf.get('HAVE_PAM') == 1
version_script_arg = project_source_root / pam_systemd_home_sym