projects
/
jigdo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06129f
)
use tmpDir when creating images with jigdo-lite
author
Steve McIntyre
<steve@einval.com>
Thu, 24 Oct 2019 10:58:27 +0000
(11:58 +0100)
committer
Steve McIntyre
<steve@einval.com>
Thu, 24 Oct 2019 10:58:27 +0000
(11:58 +0100)
scripts/jigdo-lite
patch
|
blob
|
history
diff --git
a/scripts/jigdo-lite
b/scripts/jigdo-lite
index
7c559b8
..
e09fb24
100755
(executable)
--- a/
scripts/jigdo-lite
+++ b/
scripts/jigdo-lite
@@
-514,7
+514,7
@@
imageDownload() {
list="$image.list"
# Create name of temporary dir, by stripping extension from $image
- imageTmp="
`echo $image | sed 's%\.\(tmp|iso|raw\)%%'`
"
+ imageTmp="
$tmpDir/`echo $image | sed 's%\.\(tmp|iso|raw\)%%'`.tmpdir
"
if test -f "$imageTmp" -o "x$imageTmp" = "x$image"; then
imageTmp="$imageTmp.tmpdir"
fi