Revert "lbmk: use mkhtemp in libreboot's build system"

This reverts commit e54862fccc.

nope. not ready yet. will fix it later.
This commit is contained in:
Leah Rowe
2026-03-29 16:25:41 +01:00
parent e54862fccc
commit 01aa95ec15
10 changed files with 17 additions and 50 deletions
+2 -2
View File
@@ -334,7 +334,7 @@ bad_checksum()
return 0
fi
bootstrap_utils
build_sbase
csum="$(x_ "$sha512sum" "$2" | awk '{print $1}')" || \
err "!sha512 '$2' $1" bad_checksum "$@"
@@ -355,7 +355,7 @@ tmpclone()
return 0
fi
tmpclone_patchlist="`"$mkhtemp" || err "Can't create tmp patch list"`" || \
tmpclone_patchlist="`mktemp || err "Can't create tmp patch list"`" || \
err "Can't create tmp patch list" "tmpclone" "$@"
x_ find "$4" -type f | sort > "$tmpclone_patchlist" || \