mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
Move homectl and userdbctl to bindir
Those binaries aren't needed during early boot.
This commit is contained in:
parent
01ae74c8c7
commit
003a676161
@ -2571,8 +2571,7 @@ if conf.get('ENABLE_USERDB') == 1
|
|||||||
link_with : [libshared],
|
link_with : [libshared],
|
||||||
dependencies : [threads],
|
dependencies : [threads],
|
||||||
install_rpath : rootlibexecdir,
|
install_rpath : rootlibexecdir,
|
||||||
install : true,
|
install : true)
|
||||||
install_dir : rootbindir)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if conf.get('ENABLE_HOMED') == 1
|
if conf.get('ENABLE_HOMED') == 1
|
||||||
@ -2615,8 +2614,7 @@ if conf.get('ENABLE_HOMED') == 1
|
|||||||
libp11kit,
|
libp11kit,
|
||||||
libdl],
|
libdl],
|
||||||
install_rpath : rootlibexecdir,
|
install_rpath : rootlibexecdir,
|
||||||
install : true,
|
install : true)
|
||||||
install_dir : rootbindir)
|
|
||||||
|
|
||||||
if conf.get('HAVE_PAM') == 1
|
if conf.get('HAVE_PAM') == 1
|
||||||
version_script_arg = project_source_root / pam_systemd_home_sym
|
version_script_arg = project_source_root / pam_systemd_home_sym
|
||||||
|
Loading…
x
Reference in New Issue
Block a user