mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user