Skip to content

Commit

Permalink
cdrom.eclass: We don't know for sure how many discs will be needed
Browse files Browse the repository at this point in the history
The number of discs may vary between sets and ebuilds may not call
cdrom_load_next_cd() for every argument depending on USE flags and
other conditional factors.
  • Loading branch information
chewi committed Apr 27, 2017
1 parent 0dc0a40 commit ca06b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/cdrom.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ cdrom_get_cds() {
echo
else
_cdrom_set_names
einfo "This package will need access to ${CDROM_TOTAL_CDS} cds."
einfo "This package may need access to ${CDROM_TOTAL_CDS} cds."
local cdcnt
for cdcnt in $(seq ${#}); do
local var=CDROM_NAME_${cdcnt}
Expand Down

0 comments on commit ca06b49

Please sign in to comment.