summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo5
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") {