--- builds_bin/build_ISO 2006/06/30 23:42:13 1.5 +++ builds_bin/build_ISO 2007/01/22 16:37:24 1.8 @@ -32,8 +32,6 @@ distvers=$(basename $(pwd)) [ -f cdrom.image/updates/anaconda ] && chmod a+rx cdrom.image/updates/anaconda -chmod -R a+rX cdrom.image - for img in product updates do /usr/bin/mkcramfs \ @@ -60,6 +58,7 @@ cd cdrom.image yum-arch . createrepo . +repoview . bootimg='isolinux/isolinux.bin' bootcat='isolinux/boot.cat' @@ -88,6 +87,8 @@ ln -sf $disttag.iso $disttag-$distvers.i echo "Building SRPMS ISO" +rm -f $disttag-SRPMS.iso $disttag-$distvers-SRPMS.iso + mkisofs $mkisopts \ -V "$distname $distvers SRPMS" \ -A "$distname SRPMS created on $today" \