vendor.sh: delete old tb.bin first, just in case

Signed-off-by: Leah Rowe <leah@libreboot.org>
20241206_branch 20241206rev7
Leah Rowe 2024-12-18 03:49:58 +00:00
parent 02cbf8a729
commit f7801ef477
1 changed files with 1 additions and 0 deletions

View File

@ -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