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
+1 -1
View File
@@ -463,7 +463,7 @@ cprom()
irom="$tmprom"
if [ $# -gt 0 ]; then
irom="$("$mkhtemp" || err "!mk irom, $(echo "$@")")" || \
irom="$(mktemp || err "!mk irom, $(echo "$@")")" || \
err "can't copy rom" "cprom" "$@"
x_ cp "$tmprom" "$irom" && cpcmd="mv"