Move homectl and userdbctl to bindir
authorMichael Biebl <biebl@debian.org>
Sat, 28 May 2022 10:00:08 +0000 (12:00 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 May 2022 16:47:53 +0000 (18:47 +0200)
Those binaries aren't needed during early boot.

meson.build

index f416b4f234b38df241b9b5b657761e5cebe7a3ed..f51510c03245fb509bb088d626fa792cf2e1e326 100644 (file)
@@ -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