summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 5c65d57f726..7f61215f398 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -719,7 +719,7 @@ sub _generate_listfile {
# first we add all the packages tlps that are directly included
@incpkg = @lop;
# now we select all collections, and for all collections we
- # again select all packages of type Documentation and Package
+ # again select all non-meta-packages
foreach my $c (@lot) {
my $coll = $self->get_package($c);
foreach my $d ($coll->depends) {