Move homectl and userdbctl to bindir
authorMichael Biebl <biebl@debian.org>
Sat, 28 May 2022 10:00:08 +0000 (12:00 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 28 Jun 2022 12:33:37 +0000 (13:33 +0100)
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

index 36cbfa48938d1725870f4c199f4c6359b8c136b0..3abf9dfd4946151f672c5691a18747b9e264de61 100644 (file)
@@ -2564,8 +2564,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
@@ -2608,8 +2607,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