diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-11 23:05:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-11 23:05:31 +0000 |
commit | 4ccf8917dd7207bd3f86aae8bc3531661080bc23 (patch) | |
tree | c4e1e811422d5a0542cbc2d2b41dabed68c591a2 /Master/tlpkg/bin/tlpkginfo | |
parent | 143da46fa7d10716180d8883ac3eef1d7b758992 (diff) |
chemmacros (11sep12)
git-svn-id: svn://tug.org/texlive/trunk@27649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 5508cbd74d5..06fdba01bc0 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -282,6 +282,9 @@ sub prepare { $tds_path = "/home/ftp/tex/$pkg/$pkg.tds.zip"; # will be ignored below if it doesn't exist. + } elsif ($pkg eq "context") { + $tds_path = "/tmp/cont-tmf.zip"; + # ...and except for amsfonts, and others ... } elsif ($pkg eq "amsfonts") { $tds_path = "$CTAN/fonts/amsfonts/amsfonts.zip"; |