]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
oomd: move oomctl to bindir
authorMichael Biebl <biebl@debian.org>
Wed, 5 Jan 2022 21:14:14 +0000 (22:14 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Jan 2022 03:52:01 +0000 (12:52 +0900)
We don't really need oomctl during early boot, so bindir seems like a
more suitable place for the binary.

meson.build

index 043be41115b54f13087bbeb850fb91f4d5bfa1e5..ac6c725f75da9b6d5a15042086724b4ba76cc5b1 100644 (file)
@@ -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