oomd: move oomctl to bindir

We don't really need oomctl during early boot, so bindir seems like a
more suitable place for the binary.
This commit is contained in:
Michael Biebl 2022-01-05 22:14:14 +01:00 committed by Yu Watanabe
parent 70652c2a6f
commit cfd4c84add

View file

@ -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