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.4-1+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5046f78d8317ac33e8e2db314b376701cf12e55c;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 cb9936ee..a897bcac 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