diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-29 23:19:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-29 23:19:21 +0000 |
commit | a25a8c55b8a289c149be5c0fcda73a387a52ef66 (patch) | |
tree | 08054c4261f361b9c6893a300f9b89f133b54945 /Master/tlpkg | |
parent | 322b1150e389c596e83a390c1f68359d7ee269db (diff) |
libertine
git-svn-id: svn://tug.org/texlive/trunk@28978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 74ae74b9400..bac12bde100 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -290,19 +290,13 @@ sub prepare { $tds_path = "/home/ftp/tex/$pkg/$pkg.tds.zip"; # will be ignored below if it doesn't exist. + # ...and except for context, and others... } 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"; - } elsif ($pkg eq "hfoldsty") { $tds_path = glob ("$CTAN/fonts/hfoldsty/hfoldsty-v*.zip"); - } elsif ($pkg eq "libertine-legacy") { - $tds_path = "$CTAN/fonts/libertine-legacy/libertine-legacy-texmf.zip"; - # ...and except for files in latex-tds... } elsif ($pkg =~ /^($latex_tds_pkgs)$/) { if ($pkg =~ /^($amslatex_tds_pkgs)$/) { |