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:
Julian Stecklina
2022-08-22 08:38:27 +02:00
committed by Julian Stecklina
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