mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:20:59 +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:
+2
-2
@@ -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" || \
|
||||
|
||||
Reference in New Issue
Block a user