]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
modprobe.d: fix directory of modprobe configuration file (#7149)
authorMichael Biebl <mbiebl@gmail.com>
Sat, 21 Oct 2017 06:32:50 +0000 (08:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 21 Oct 2017 06:32:50 +0000 (08:32 +0200)
commit02fa054dc44916f4840e2020a5ebac3042d4bf65
tree6c3f3e35e3e6031d7d5df884a87aa30ff282dd35
parent6852c0f6b0f7a4ac666e1d174f366d003d31edb3
modprobe.d: fix directory of modprobe configuration file (#7149)

kmod upstream uses /lib/modprobe.d which means we need to use rootprefix
instead of prefix for installing the modprobe configuration file as
otherwise split-usr systems are broken.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879191
meson.build