mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
vendor.sh: delete old tb.bin first, just in case
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -242,6 +242,7 @@ extract_tbfw()
|
||||
{
|
||||
chkvars TBFW_size # size in bytes, matching TBFW's flash IC
|
||||
x_ mkdir -p tmp
|
||||
x_ rm -f tmp/tb.bin
|
||||
find "$appdir" -type f -name "TBT.bin" > "tmp/tb.txt" || \
|
||||
$err "extract_tbfw $_dest: Can't extract TBT.bin"
|
||||
while read -r f; do
|
||||
|
||||
Reference in New Issue
Block a user