mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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:
@@ -3503,6 +3503,7 @@ run_target(
|
|||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
subdir('modprobe.d')
|
||||||
subdir('sysctl.d')
|
subdir('sysctl.d')
|
||||||
subdir('sysusers.d')
|
subdir('sysusers.d')
|
||||||
subdir('tmpfiles.d')
|
subdir('tmpfiles.d')
|
||||||
@@ -3523,9 +3524,6 @@ if install_sysconfdir
|
|||||||
install_data('xorg/50-systemd-user.sh',
|
install_data('xorg/50-systemd-user.sh',
|
||||||
install_dir : xinitrcdir)
|
install_dir : xinitrcdir)
|
||||||
endif
|
endif
|
||||||
install_data('README',
|
|
||||||
'modprobe.d/systemd.conf',
|
|
||||||
install_dir : modprobedir)
|
|
||||||
install_data('LICENSE.GPL2',
|
install_data('LICENSE.GPL2',
|
||||||
'LICENSE.LGPL2.1',
|
'LICENSE.LGPL2.1',
|
||||||
'NEWS',
|
'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)
|
||||||
Reference in New Issue
Block a user