From f50c62d230959ffcba97a73f67541280d14dfe23 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 28 May 2022 12:00:08 +0200 Subject: [PATCH] Move homectl and userdbctl to bindir Those binaries aren't needed during early boot. (cherry picked from commit 003a67616148a8c2b94aa0c87595465f5dcac508) Gbp-Pq: Name Move-homectl-and-userdbctl-to-bindir.patch --- meson.build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meson.build b/meson.build index e2cf0007..1d8b5dc9 100644 --- a/meson.build +++ b/meson.build @@ -2579,8 +2579,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 @@ -2623,8 +2622,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 -- 2.30.2