linux/kernel/manual-config: Properly set env vars referencing $out
This commit is contained in:
parent
ff728a6365
commit
dfa750732d
@ -68,11 +68,11 @@ stdenv.mkDerivation ({
|
|||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
INSTALL_PATH = "$out";
|
INSTALL_PATH = "$(out)";
|
||||||
|
|
||||||
buildNativeInputs = [ perl nettools ];
|
buildNativeInputs = [ perl nettools ];
|
||||||
} // optionalAttrs features.modular {
|
} // optionalAttrs features.modular {
|
||||||
MODLIB = "$out/lib/modules/${modDirVersion}";
|
MODLIB = "$(out)/lib/modules/${modDirVersion}";
|
||||||
|
|
||||||
INSTALL_MOD_STRIP = "1";
|
INSTALL_MOD_STRIP = "1";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user