From cf896c8da139363a60c38a7f3498dbd5bd395e5d 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. (cherry picked from commit cfd4c84addbaa31ea2a24275f9c56a70e464bac0) Gbp-Pq: Name oomd-move-oomctl-to-bindir.patch --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index e07875a0..bf8c4acc 100644 --- a/meson.build +++ b/meson.build @@ -2961,8 +2961,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 -- 2.30.2