summaryrefslogtreecommitdiff
path: root/modprobe.d
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-07 12:39:33 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-07 14:52:05 +0200
commit378e9d2b6d701a1385c4bf72dfc0697c2c37bd57 (patch)
tree7faa25c7bef0cd78c8d9f2ff89e3b77afe39da89 /modprobe.d
parent8def4b347a7b3f6e469b49aa175879b2e551cee9 (diff)
downloadsystemd-378e9d2b6d701a1385c4bf72dfc0697c2c37bd57.tar.gz
meson: install the right README file in modprobe.d
We put the "global" README file there. Introduced in d83e90c73cf25a839f5e60f355baa0d38364ff41.
Diffstat (limited to 'modprobe.d')
-rw-r--r--modprobe.d/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/modprobe.d/meson.build b/modprobe.d/meson.build
new file mode 100644
index 0000000000..0d7ce56d27
--- /dev/null
+++ b/modprobe.d/meson.build
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+install_data('README',
+ 'systemd.conf',
+ install_dir : modprobedir)