mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
make_disc_trees.pl: Fix $disknum handling for incomplete sets
This commit is contained in:
parent
a2621d193a
commit
7531d32437
@ -195,6 +195,7 @@ while (defined (my $pkg = <INLIST>)) {
|
||||
if ($disknum > $maxcds) {
|
||||
print LOG "Disk $disknum is beyond the configured MAXCDS of $maxcds; exiting now...\n";
|
||||
$max_done = 1;
|
||||
$disknum--;
|
||||
last;
|
||||
}
|
||||
print LOG "Starting new disc $disknum at " . `date` . "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user