summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-29 17:37:53 +0000
committerKarl Berry <karl@freefriends.org>2008-04-29 17:37:53 +0000
commit8009352e0f58f0547415e9c40b61086ba1add05b (patch)
tree666381c5815cd5f0b720514ceb09567d010eba0f /Master/tlpkg/bin
parentccc9cc5a9b89c1aa53bfaffb169d9bc42fd98ca5 (diff)
dvdcoll update, not from tds (28apr08)
git-svn-id: svn://tug.org/texlive/trunk@7728 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 7947cad61c6..da47bd56202 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -135,7 +135,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'dropping', "die 'skipping, nosell license'",
'dtk', "&MAKEflatten",
'dtxtut', "&setup", # straight copy
- 'dvdcoll', "&MAKEunzip",
+ 'dvdcoll', "&MAKEflatten",
'easy', "&MAKEeasy",
'ebib', "die 'skipping, as it is Emacs'",
'ebong', "&MAKEebong",
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index c532a543b08..11c8025e5ac 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 !~ /^(lcyw)$/) {
+ if (-s $tds_path && $pkgname !~ /^(dvdcoll|lcyw)$/) {
return &copy_to_tmpdir ($pkgname, $tds_path);
}