]> git.ipfire.org Git - thirdparty/kmod.git/commit
meson: install the configuration directories
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 7 Nov 2024 15:28:28 +0000 (15:28 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 11 Nov 2024 22:12:09 +0000 (16:12 -0600)
commit4b1b5e413088060092a8d75247df1c7f93779dcc
tree70d21e4b49671f763d5a6895ad446f6616378d51
parent7eaf41bda7dc744d1f1528ba110ff01cc6656a28
meson: install the configuration directories

Install the /{etc,usr/lib}/{depmod,modprobe}.d/ configuration
directories as part of out install action.

Currently a handful of distros (Debian, Gentoo, Fedora, Arch) do that
manually, where we can have it in the upstream project instead.

As a pie in the sky idea, in the future we may choose to enforce
particular permissions, ownership, etc and this should make it a little
less fragile across the ecosystem.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/231
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
meson.build