From 39853cd005fdc89e9ebd9c0fdd5f0a4b339cdeaf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 21 Dec 2014 00:00:06 +0000 Subject: libertine (20dec14) git-svn-id: svn://tug.org/texlive/trunk@35870 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkginfo | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Master/tlpkg/bin/tlpkginfo') 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") { -- cgit v1.2.3