diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-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 0dfa02724f2..4f1570ff7f3 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -27,7 +27,7 @@ sub main $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds"; # and the CJK material is split into several packages. - $cjk_pkgs = "bin-(cjk|ttf)utils|dnp|(|garuda-|norasi)c90"; + $cjk_pkgs = "bin-(cjk|ttf)utils|dnp|(|garuda-|norasi-)c90"; if ($ARGV[0] eq "--ctan-dir") { my $output = &find_ctan_dir ($ARGV[1]); |