projects
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80bf14
)
oomd: move oomctl to bindir
author
Michael Biebl
<biebl@debian.org>
Wed, 5 Jan 2022 21:14:14 +0000
(22:14 +0100)
committer
Luca Boccassi
<bluca@debian.org>
Wed, 26 Jan 2022 23:35:36 +0000
(23:35 +0000)
We don't really need oomctl during early boot, so bindir seems like a
more suitable place for the binary.
(cherry picked from commit
cfd4c84addbaa31ea2a24275f9c56a70e464bac0
)
Gbp-Pq: Name oomd-move-oomctl-to-bindir.patch
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index e07875a05432a7cad325167e5736aaec579cf492..bf8c4acc6b2acbf1d7cd2fcedca2a60eb7a4b2a8 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2961,8
+2961,7
@@
if conf.get('ENABLE_OOMD') == 1
link_with : [libshared],
dependencies : [],
install_rpath : rootlibexecdir,
- install : true,
- install_dir : rootbindir)
+ install : true)
endif
if conf.get('ENABLE_BINFMT') == 1