diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-26 00:28:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-26 00:28:56 +0000 |
commit | 1f9e02e82c40a4bd9e9dec120b1ea56347cf070e (patch) | |
tree | 4ee74c9b7359df193fb26e8a37978ec23d9b7a46 /Master/tlpkg/bin/tlpkginfo | |
parent | 4eec7577ec26f29a64908f753e06df0d8ca96997 (diff) |
context-simplefonts (25feb13)
git-svn-id: svn://tug.org/texlive/trunk@29229 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index af90b356ac8..755b2af844f 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -164,6 +164,7 @@ sub find_ctan_dir { $ctan_dir = "language/hyphenation/elhyphen" if $me eq "hyphen-greek"; $ctan_dir = "macros/generic" if $me eq "genmisc"; $ctan_dir = "macros/latex/contrib/misc" if $me eq "ltxmisc"; + $ctan_dir = "macros/latex/contrib/t2/cyrplain" if $me eq "cyrplain"; # do last, for sake of subdirs above. $ctan_dir = "language/hyphenation" |