Make sure output iso images are readable, even if xorriso doesn't

This commit is contained in:
cd-builder user 2010-12-27 19:50:03 +00:00
parent d382c3c8f4
commit 07e283ef7f
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ do
echo $CMD
echo $CMD > CD$n/.disk/mkisofs
eval "$CMD"
if [ $ISO_WANTED = 1 ] ; then
chmod +r $OUT/$OUTFILE.iso
fi
fi
# If we've made jigdo files, tweak them with extra info now