mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
oom: fix oomd.conf install location
The file is read in pkgsysconfdir, so install it there.
This commit is contained in:
parent
72a4466e6e
commit
2bb703e440
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user