mirror of
https://github.com/systemd/systemd.git
synced 2025-02-24 17:57:34 +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],
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user