Revert "linux: manual-config: use a non-random path for $buildRoot"
This reverts commit a695425e46.
This commit is contained in:
@@ -179,8 +179,7 @@ stdenv.mkDerivation ({
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
export buildRoot=$TMPDIR/kernel-buildroot
|
||||
mkdir -p $buildRoot
|
||||
export buildRoot=$(mktemp -d)
|
||||
|
||||
echo "manual-config configurePhase buildRoot=$buildRoot pwd=$PWD"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user