Make sure that the ISO is as new/newer than the jigdo file; #587774

This commit is contained in:
cd-builder user 2010-12-01 13:35:02 +00:00
parent 489529fe7d
commit 6cfb01f945
1 changed files with 4 additions and 0 deletions

View File

@ -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