mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Always create an empty mkisofs_dirs file for each image; stop warnings about missing files later when we source them in
This commit is contained in:
parent
61c1630ab1
commit
4bb6ee2bbe
@ -238,10 +238,12 @@ if [ $DISKNUM = 1 ] ; then
|
||||
done
|
||||
fi
|
||||
|
||||
# Create an empty dirs file; will be appended to later if needed
|
||||
> $BDIR/$DISKNUM.mkisofs_dirs
|
||||
|
||||
# Common stuff for all disks
|
||||
if [ "$SOURCEONLY"x = "yes"x ] ; then
|
||||
echo -n "-J " >> $BDIR/$DISKNUM.mkisofs_opts
|
||||
> $BDIR/$DISKNUM.mkisofs_dirs
|
||||
else
|
||||
echo " Adding common docs on binary CD#$DISKNUM"
|
||||
add-bin-doc $DISKNUM "$ARCHES"
|
||||
|
Loading…
Reference in New Issue
Block a user