diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-29 17:37:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-29 17:37:53 +0000 |
commit | 8009352e0f58f0547415e9c40b61086ba1add05b (patch) | |
tree | 666381c5815cd5f0b720514ceb09567d010eba0f /Master/tlpkg/bin | |
parent | ccc9cc5a9b89c1aa53bfaffb169d9bc42fd98ca5 (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-x | Master/tlpkg/bin/ctan2tds | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
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 ©_to_tmpdir ($pkgname, $tds_path); } |