Merge pull request #332180 from K900/kernel-logspam
linuxManualConfig: remove "$src is not a directory" logspam
This commit is contained in:
@@ -207,6 +207,10 @@ let
|
||||
for i in $(find arch -name install.sh); do
|
||||
patchShebangs "$i"
|
||||
done
|
||||
|
||||
# unset $src because the build system tries to use it and spams a bunch of warnings
|
||||
# see: https://github.com/torvalds/linux/commit/b1992c3772e69a6fd0e3fc81cd4d2820c8b6eca0
|
||||
unset src
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user