mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
meson: Properly install 90-uki-copy.install
This commit is contained in:
parent
6249face77
commit
4c181c1a33
@ -12,10 +12,13 @@ loaderentry_install = custom_target(
|
|||||||
install_mode : 'rwxr-xr-x',
|
install_mode : 'rwxr-xr-x',
|
||||||
install_dir : kernelinstalldir)
|
install_dir : kernelinstalldir)
|
||||||
|
|
||||||
uki_copy_install = files('90-uki-copy.install')
|
kernel_install_files = files(
|
||||||
|
'50-depmod.install',
|
||||||
|
'90-uki-copy.install',
|
||||||
|
)
|
||||||
|
|
||||||
if want_kernel_install
|
if want_kernel_install
|
||||||
install_data('50-depmod.install',
|
install_data(kernel_install_files,
|
||||||
install_mode : 'rwxr-xr-x',
|
install_mode : 'rwxr-xr-x',
|
||||||
install_dir : kernelinstalldir)
|
install_dir : kernelinstalldir)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user