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
@@ -35,7 +35,7 @@ prep_mr_import()
err "Project import disabled on releases" "prep_mr_import" "$@"
fi
mr_tmpdir="`"$mkhtemp" -d || err "can't make mrtmpdir"`" || \
mr_tmpdir="`mktemp -d || err "can't make mrtmpdir"`" || \
err "can't make mrtmpdir" "prep_mr_coreboot" "$@"
x_ remkdir "$mr_tmpdir"