scripts/blobs/inject: fix bad cbfstool build check

fsdg20230625
lbmkplaceholder 2022-12-22 23:09:03 +00:00
parent 6ebd178f28
commit 7aafc62bf7
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ fi
if [ ! -f "coreboot/default/util/cbfstool/cbfstool" ]; then
printf "building cbfstool from coreboot\n"
make -C cd coreboot/default/util/cbfstool || Fail 'could not build ifdtool'
make -C coreboot/default/util/cbfstool || Fail 'could not build cbfstool'
fi
./blobutil download ${board} && Patch