make_image: unbreak parallel calls to make_image
Argh, broke this earlier when tweaking for image count
This commit is contained in:
parent
f5c702c45c
commit
d2af2457ba
|
@ -19,12 +19,12 @@ NUM_ARCHES=`echo $ARCHES | wc -w`
|
||||||
|
|
||||||
if [ "$CD"x = ""x ] ; then
|
if [ "$CD"x = ""x ] ; then
|
||||||
echo "Generating the $ARCHES iso/jigdo images ..."
|
echo "Generating the $ARCHES iso/jigdo images ..."
|
||||||
|
FILES=$DIR/*.volid
|
||||||
else
|
else
|
||||||
echo "Generating $ARCHES iso/jigdo image number $CD ..."
|
echo "Generating $ARCHES iso/jigdo image number $CD ..."
|
||||||
|
FILES=$DIR/$CD.volid
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FILES=$DIR/*.volid
|
|
||||||
|
|
||||||
# Grab the xorriso version and turn it into a number we can use
|
# Grab the xorriso version and turn it into a number we can use
|
||||||
xorriso_version() {
|
xorriso_version() {
|
||||||
$MKISOFS --version 2>&1 | awk '
|
$MKISOFS --version 2>&1 | awk '
|
||||||
|
|
Loading…
Reference in New Issue