summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 551ed3aef44..ce4a27cc098 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -281,14 +281,14 @@ sub prepare {
$tds_path = "/home/ftp/tex/$pkg/$pkg.tds.zip";
# will be ignored below if it doesn't exist.
- # ...and except for amsfonts ...
+ # ...and except for amsfonts, and others ...
} elsif ($pkg eq "amsfonts") {
- # CTAN apparently doesn't want to put this in install:
$tds_path = "$CTAN/fonts/amsfonts/amsfonts.zip";
- # ...and except for koma-script ...
+ } elsif ($pkg eq "libertine-legacy") {
+ $tds_path = "$CTAN/fonts/libertine-legacy/libertine-legacy-texmf.zip";
+
} elsif ($pkg eq "koma-script") {
- # CTAN apparently doesn't want to put this in install:
$tds_path = "$CTAN/macros/latex/contrib/koma-script/komascript.tds.zip";
# ...and except for files in latex-tds...