blcr: Use the modDirVersion attribute to access the module dir
svn path=/nixpkgs/trunk/; revision=28648
This commit is contained in:
parent
8db5491040
commit
7593d8fdb8
@ -14,8 +14,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
configureFlagsArray=(
|
configureFlagsArray=(
|
||||||
--with-linux=${kernel}/lib/modules/${kernel.version}/build
|
--with-linux=${kernel}/lib/modules/${kernel.modDirVersion}/build
|
||||||
--with-kmod-dir=$out/lib/modules/${kernel.version}
|
--with-kmod-dir=$out/lib/modules/${kernel.modDirVersion}
|
||||||
--with-system-map=${kernel}/System.map
|
--with-system-map=${kernel}/System.map
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user