Initial commit -- use Debian’s patches

This commit is contained in:
Mike Swanson
2018-01-17 03:52:05 -08:00
parent 3f022d5fad
commit 71337f5ae9
11 changed files with 3674 additions and 108 deletions

View 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