From: Michael Biebl Date: Wed, 5 Jan 2022 21:14:14 +0000 (+0100) Subject: oomd: move oomctl to bindir X-Git-Tag: v251-rc1~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd4c84addbaa31ea2a24275f9c56a70e464bac0;p=thirdparty%2Fsystemd.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. --- 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