chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Sat, 21 Oct 2017 06:32:50 +0000 (08:32 +0200)
commit6101ace92e28f223fd3e15246d2318606edcabe1
treeb16150754ba159804b2fa97bea2c977eebcef3c6
parentc265d0ce81b5c19708a4a8a6e3809d658d546a32
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