Initial commit -- use Debian’s patches
This commit is contained in:
11
04.jigdo-lite-tmpdir.patch
Normal file
11
04.jigdo-lite-tmpdir.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- jigdo-0.7.3.orig/scripts/jigdo-lite
|
||||
+++ jigdo-0.7.3/scripts/jigdo-lite
|
||||
@@ -510,7 +514,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user