summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 701368e239a..120df3477fd 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -286,6 +286,11 @@ sub prepare
# 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 "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...
} elsif ($pkg =~ /^($latex_tds_pkgs)$/) {
if ($pkg =~ /^($amslatex_tds_pkgs)$/) {