mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Move homectl and userdbctl to bindir
Those binaries aren't needed during early boot.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
01ae74c8c7
commit
003a676161
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user