]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
oom: fix oomd.conf install location
authorChristian Hesse <mail@eworm.de>
Thu, 26 Nov 2020 20:29:30 +0000 (21:29 +0100)
committerYu 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

index e966ad1dd8937f6b28170b01f74840094c50946d..1ea6766d1ad05296fd57349c741c9b0cf6b6eeba 100644 (file)
@@ -31,6 +31,6 @@ if conf.get('ENABLE_OOMD') == 1
 
         if install_sysconfdir
                 install_data('oomd.conf',
-                             install_dir : sysconfdir)
+                             install_dir : pkgsysconfdir)
         endif
 endif