From: Michael Biebl Date: Sat, 28 May 2022 10:00:08 +0000 (+0200) Subject: Move homectl and userdbctl to bindir X-Git-Tag: v252-rc1~914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003a67616148a8c2b94aa0c87595465f5dcac508;p=thirdparty%2Fsystemd.git Move homectl and userdbctl to bindir Those binaries aren't needed during early boot. --- diff --git a/meson.build b/meson.build index f416b4f234b..f51510c0324 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