projects
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5de6eb
)
Move homectl and userdbctl to bindir
author
Michael Biebl
<biebl@debian.org>
Sat, 28 May 2022 10:00:08 +0000
(12:00 +0200)
committer
Michael Biebl
<biebl@debian.org>
Sun, 2 Oct 2022 19:23:49 +0000
(20:23 +0100)
Those binaries aren't needed during early boot.
(cherry picked from commit
003a67616148a8c2b94aa0c87595465f5dcac508
)
Gbp-Pq: Name Move-homectl-and-userdbctl-to-bindir.patch
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index e2cf0007bba26e130e5a2e018e0fae180b931926..1d8b5dc9d8e61750f2ad1ef2cfbd01adc0e73520 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2579,8
+2579,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
@@
-2623,8
+2622,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