From 2e648aa7777203160eaec46bf1e42182554020b3 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sat, 9 Mar 2024 15:51:05 +0000 Subject: [PATCH] make_image: unbreak parallel calls to make_image Argh, broke this earlier when tweaking for image count --- tools/make_image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/make_image b/tools/make_image index 358c92b0..33cc3e25 100755 --- a/tools/make_image +++ b/tools/make_image @@ -19,12 +19,12 @@ NUM_ARCHES=`echo $ARCHES | wc -w` if [ "$CD"x = ""x ] ; then echo "Generating the $ARCHES iso/jigdo images ..." + FILES=$DIR/*.volid else echo "Generating $ARCHES iso/jigdo image number $CD ..." + FILES=$DIR/$CD.volid fi -FILES=$DIR/*.volid - # Grab the xorriso version and turn it into a number we can use xorriso_version() { $MKISOFS --version 2>&1 | awk '