texlive[56866] Master/install-tl: OSFONTDIR: add user's font

commits+kakuto at tug.org commits+kakuto at tug.org
Fri Nov 6 04:11:34 CET 2020


Revision: 56866
          http://tug.org/svn/texlive?view=revision&revision=56866
Author:   kakuto
Date:     2020-11-06 04:11:34 +0100 (Fri, 06 Nov 2020)
Log Message:
-----------
OSFONTDIR: add user's font directory

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2020-11-06 00:47:30 UTC (rev 56865)
+++ trunk/Master/install-tl	2020-11-06 03:11:34 UTC (rev 56866)
@@ -1363,7 +1363,7 @@
       }
     } elsif ($line =~ m/^OSFONTDIR/) {
       if (win32()) {
-        push @changedtmf, "OSFONTDIR = \$SystemRoot/fonts//\n";
+        push @changedtmf, "OSFONTDIR = \$SystemRoot/fonts//;\$LOCALAPPDATA/Microsoft/Windows/Fonts//\n";
       }
     }
   }



More information about the tex-live-commits mailing list.