From: Michael Biebl Date: Wed, 5 Jan 2022 21:14:14 +0000 (+0100) Subject: oomd: move oomctl to bindir X-Git-Tag: archive/raspbian/250.3-2+rpi1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bd58dacc1009df05fdc8af6ba7ff89c1ab3de93d;p=systemd.git 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 --- 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