diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-21 00:00:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-21 00:00:06 +0000 |
commit | 39853cd005fdc89e9ebd9c0fdd5f0a4b339cdeaf (patch) | |
tree | d35ca2347018e3679efb546dd3b5d42f0b3c4c69 /Master/tlpkg/bin | |
parent | cc1000669229b0ca4619c992306819a0f2e1dfe6 (diff) |
libertine (20dec14)
git-svn-id: svn://tug.org/texlive/trunk@35870 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 501fdab63fb..1243c6ed7d4 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -179,6 +179,11 @@ sub find_ctan_dir { if $me =~ /^hyphen-/ && ! $ctan_dir; } + # For cm, we just want the mf subdir of fonts/cm. + if ($me eq "cm") { + $ctan_dir .= "/mf"; + } + # For mathspic, we cannot use the catalogue directory: # we want to ignore the dos/ subdir and just go with the perl/. if ($me eq "mathspic") { |