projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70652c2
)
oomd: move oomctl to bindir
author
Michael Biebl
<biebl@debian.org>
Wed, 5 Jan 2022 21:14:14 +0000
(22:14 +0100)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Thu, 6 Jan 2022 03:52:01 +0000
(12:52 +0900)
We don't really need oomctl during early boot, so bindir seems like a
more suitable place for the binary.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 043be41115b54f13087bbeb850fb91f4d5bfa1e5..ac6c725f75da9b6d5a15042086724b4ba76cc5b1 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2980,8
+2980,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