1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

meson: remove one more instance of install_dir:bindir

bindir is the default, c.f. a1fd722b5d.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-02-02 14:19:59 +01:00
parent 8885fed4e3
commit 5ffa2eaa54

View File

@ -4,8 +4,7 @@ want_kernel_install = get_option('kernel-install')
if want_kernel_install
install_data('kernel-install',
install_mode : 'rwxr-xr-x',
install_dir : bindir)
install_mode : 'rwxr-xr-x')
install_data('00-entry-directory.install',
'50-depmod.install',