summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 8ab47ac8f35..2d4a276ff50 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1363,7 +1363,7 @@ sub do_texmf_cnf {
}
} elsif ($line =~ m/^OSFONTDIR/) {
if (win32()) {
- push @changedtmf, "OSFONTDIR = \$SystemRoot/fonts//\n";
+ push @changedtmf, "OSFONTDIR = \$SystemRoot/fonts//;\$LOCALAPPDATA/Microsoft/Windows/Fonts//\n";
}
}
}