1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

meson: install the right README file in modprobe.d

We put the "global" README file there. Introduced
in d83e90c73c.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-07-07 12:39:33 +02:00
parent 8def4b347a
commit 378e9d2b6d
2 changed files with 6 additions and 3 deletions

View File

@ -3503,6 +3503,7 @@ run_target(
############################################################
subdir('modprobe.d')
subdir('sysctl.d')
subdir('sysusers.d')
subdir('tmpfiles.d')
@ -3523,9 +3524,6 @@ if install_sysconfdir
install_data('xorg/50-systemd-user.sh',
install_dir : xinitrcdir)
endif
install_data('README',
'modprobe.d/systemd.conf',
install_dir : modprobedir)
install_data('LICENSE.GPL2',
'LICENSE.LGPL2.1',
'NEWS',

5
modprobe.d/meson.build Normal file
View File

@ -0,0 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
install_data('README',
'systemd.conf',
install_dir : modprobedir)