From 6cfb01f945169b5c164f696e4c596cd4793bb52f Mon Sep 17 00:00:00 2001 From: cd-builder user Date: Wed, 1 Dec 2010 13:35:02 +0000 Subject: [PATCH] Make sure that the ISO is as new/newer than the jigdo file; #587774 --- lenny/tools/make_image | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lenny/tools/make_image b/lenny/tools/make_image index 5bf3b280..5443fd0f 100755 --- a/lenny/tools/make_image +++ b/lenny/tools/make_image @@ -128,5 +128,9 @@ do "`echo "$JIGDOTEMPLATEURL" | sed -e 's|%ARCH%|$ARCH|g'`$OUTFILE.template" \ "$DISKINFO" \ $JIGDOFALLBACKURLS + if [ "$ISO_WANTED" = 1 ] ; then + # Make sure that the ISO is as new/newer than the jigdo file; #587774 + touch $OUT/$OUTFILE.iso + fi fi done