mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
scripts/blobs/inject: fix bad cbfstool build check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user