diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-01 00:04:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-01 00:04:51 +0000 |
commit | 81af3bd308254a1148792ac692106f2aa8d1a46d (patch) | |
tree | b633da735a54b41200326eeb978d15a9f7411377 /Master/tlpkg | |
parent | 1f694114c172d16ac6c0fa26c84da8018ae308c9 (diff) |
koma-script (28feb11)
git-svn-id: svn://tug.org/texlive/trunk@21554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 5 |
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)$/) { |