projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a4466
)
oom: fix oomd.conf install location
author
Christian Hesse
<mail@eworm.de>
Thu, 26 Nov 2020 20:29:30 +0000
(21:29 +0100)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 27 Nov 2020 00:03:18 +0000
(09:03 +0900)
The file is read in pkgsysconfdir, so install it there.
src/oom/meson.build
patch
|
blob
|
history
diff --git
a/src/oom/meson.build
b/src/oom/meson.build
index e966ad1dd8937f6b28170b01f74840094c50946d..1ea6766d1ad05296fd57349c741c9b0cf6b6eeba 100644
(file)
--- a/
src/oom/meson.build
+++ b/
src/oom/meson.build
@@
-31,6
+31,6
@@
if conf.get('ENABLE_OOMD') == 1
if install_sysconfdir
install_data('oomd.conf',
- install_dir : sysconfdir)
+ install_dir :
pkg
sysconfdir)
endif
endif