summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 11c8025e5ac..c532a543b08 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -179,7 +179,7 @@ sub catalogue_find_ctan_path
# if the package claims to have tds-ready .zip file, use it.
# except when it's erroneous.
my $tds_path = "$CTAN/install/$ctan_loc.tds.zip";
- if (-s $tds_path && $pkgname !~ /^(dvdcoll|lcyw)$/) {
+ if (-s $tds_path && $pkgname !~ /^(lcyw)$/) {
return &copy_to_tmpdir ($pkgname, $tds_path);
}