mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
This reverts commit 5ffa2eaa54.
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.