Change mktemp dir to /var/tmp
To allow building on systems that don't have enough memory to contain the image
This commit is contained in:
parent
40c5a9a10c
commit
92fc5475cc
@ -32,7 +32,7 @@ fi
|
||||
|
||||
requireCommands 7z awk cat cp dd fdisk file mkdir mv stat wget
|
||||
|
||||
workdir="$(mktemp -d)"
|
||||
workdir="$(mktemp -dp /var/tmp)"
|
||||
trap 'rm -rf "$workdir"' EXIT
|
||||
|
||||
basedir="$PWD"
|
||||
|
Loading…
Reference in New Issue
Block a user