coreboot: fix buildgcc patching
This seems to have been a copy'n'paste mistake. `$out` doesn't exist at this point.
This commit is contained in:
parent
6907ff6a40
commit
4688d3efc8
@ -40,7 +40,7 @@ let
|
||||
dontInstall = true;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs $out/util/crossgcc/buildgcc
|
||||
patchShebangs util/crossgcc/buildgcc
|
||||
|
||||
mkdir -p util/crossgcc/tarballs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user