oomd: move oomctl to bindir
authorMichael Biebl <biebl@debian.org>
Wed, 5 Jan 2022 21:14:14 +0000 (22:14 +0100)
committerLuca Boccassi <bluca@debian.org>
Tue, 15 Mar 2022 11:03:08 +0000 (11:03 +0000)
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

index cb9936ee8be3bbfc3ad2d18b8587f5def8a47837..a897bcacbea5f558522fd06dd8e83652a6e6ce8d 100644 (file)
@@ -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