MODLIB needs to be passed directly to make

This commit is contained in:
Shea Levy 2012-07-29 02:49:31 -04:00
parent aa40e0ff59
commit 471b4bc9bb

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation ({
runHook postInstall
'';
} // optionalAttrs features.modular {
MODLIB = "$(out)/lib/modules/${modDirVersion}";
makeFlags = [ "MODLIB=\"$(out)/lib/modules/${modDirVersion}\"" ];
INSTALL_MOD_STRIP = "1";