mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08: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:
parent
8def4b347a
commit
378e9d2b6d
@ -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
5
modprobe.d/meson.build
Normal file
@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
install_data('README',
|
||||
'systemd.conf',
|
||||
install_dir : modprobedir)
|
Loading…
Reference in New Issue
Block a user