scripts/blobs/inject: fix bad cbfstool build check

This commit is contained in:
lbmkplaceholder
2022-12-22 23:09:03 +00:00
parent 6ebd178f28
commit 7aafc62bf7
+1 -1
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