]> git.ipfire.org Git - thirdparty/systemd.git/commit
Revert "meson: remove one more instance of install_dir:bindir"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Feb 2021 10:49:49 +0000 (19:49 +0900)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Feb 2021 12:52:55 +0000 (13:52 +0100)
commit774c0e433c482e1d1241bdcdb7d001d20c59f2d1
tree63c22cfb177911970f4ae80f3c61fcd8b6c3d0bd
parent2b767e9222809103cb756e368f0d71e906623bca
Revert "meson: remove one more instance of install_dir:bindir"

This reverts commit 5ffa2eaa541b718122a3422e911ef95f4c9981d7.

It seems that if install_dir is not specified, meson decides install path
based on file type, and non-executable binary files are installed under
/usr/share.

kernel-install is a script. So, we need to set install_dir argument
explicitly.

Fixes #18754.
src/kernel-install/meson.build