From cfd4c84addbaa31ea2a24275f9c56a70e464bac0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 5 Jan 2022 22:14:14 +0100 Subject: [PATCH] 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. --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 043be41115b..ac6c725f75d 100644 --- 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