diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-07-07 12:39:33 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-07-07 14:52:05 +0200 |
commit | 378e9d2b6d701a1385c4bf72dfc0697c2c37bd57 (patch) | |
tree | 7faa25c7bef0cd78c8d9f2ff89e3b77afe39da89 /modprobe.d | |
parent | basic/time-util: fix errno name (diff) | |
download | systemd-378e9d2b6d701a1385c4bf72dfc0697c2c37bd57.tar.xz systemd-378e9d2b6d701a1385c4bf72dfc0697c2c37bd57.zip |
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.build | 5 |
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) |