mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Make sure output iso images are readable, even if xorriso doesn't
This commit is contained in:
parent
d382c3c8f4
commit
07e283ef7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user