diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-21 21:53:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-21 21:53:45 +0000 |
commit | b02107eda020fcf744cd893cb8157ff030e8b73b (patch) | |
tree | 0d19dcb76c6a749c193169f4533c4b2a63debf71 /Master/tlpkg/bin | |
parent | 112eb735b477217c2d39ccb9b81191bbdc28f026 (diff) |
cjk 4.8.5
git-svn-id: svn://tug.org/texlive/trunk@60829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 8f22989b8d6..438c69033da 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -81,7 +81,7 @@ sub ctaninfo { ); # the CJK material is split into several packages. - $cjk_pkgs = "(cjk|ttf)utils|dnp|(|garuda-|norasi-)c90"; + $cjk_pkgs = "cjkutils|dnp|(|garuda-|norasi-)c90"; if ($ARGV[0] eq "--ctan-dir") { my $output = &find_ctan_dir ($ARGV[1], 0); |