diff options
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)$/) { |