projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ae74c
)
Move homectl and userdbctl to bindir
author
Michael Biebl
<biebl@debian.org>
Sat, 28 May 2022 10:00:08 +0000
(12:00 +0200)
committer
Zbigniew 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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index f416b4f234b38df241b9b5b657761e5cebe7a3ed..f51510c03245fb509bb088d626fa792cf2e1e326 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-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