summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-30 23:55:32 +0000
committerKarl Berry <karl@freefriends.org>2008-04-30 23:55:32 +0000
commita682645a084d00a7b07b6afd8c414190e17dc63f (patch)
tree8a7eb025d3e4e248192e86aee9538c666854b6fa /Master/tlpkg
parent3a9b5ce4591ae2e4b65c9d3b9cbfd9d468a0b11c (diff)
dvdcoll.tds.zip is ok now
git-svn-id: svn://tug.org/texlive/trunk@7759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 82385b4a81b..5b33714154f 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -136,7 +136,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'dropping', "die 'skipping, nosell license'",
'dtk', "&MAKEflatten",
'dtxtut', "&setup", # straight copy
- 'dvdcoll', "&MAKEflatten",
+ 'dvdcoll', "&MAKEunzip",
'easy', "&MAKEeasy",
'ebib', "die 'skipping, as it is Emacs'",
'ebong', "&MAKEebong",
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);
}