texlive[70773] Master/texmf-dist/web2c/texmfcnf.lua: (TEXMFLOCAL):

commits+karl at tug.org commits+karl at tug.org
Tue Mar 26 16:33:01 CET 2024


Revision: 70773
          https://tug.org/svn/texlive?view=revision&revision=70773
Author:   karl
Date:     2024-03-26 16:33:01 +0100 (Tue, 26 Mar 2024)
Log Message:
-----------
(TEXMFLOCAL): use ../texmf-local for TeX Live.
>From Bruno Voisin, https://tug.org/pipermail/tex-live/2024-March/050300.html

Modified Paths:
--------------
    trunk/Master/texmf-dist/web2c/texmfcnf.lua

Modified: trunk/Master/texmf-dist/web2c/texmfcnf.lua
===================================================================
--- trunk/Master/texmf-dist/web2c/texmfcnf.lua	2024-03-26 15:21:40 UTC (rev 70772)
+++ trunk/Master/texmf-dist/web2c/texmfcnf.lua	2024-03-26 15:33:01 UTC (rev 70773)
@@ -77,8 +77,13 @@
             TEXMFSYSCONFIG  = "selfautoparent:texmf-config",
 
             -- The texmf-local path is only used for (maybe) some additional configuration file.
-
-            TEXMFLOCAL      = "selfautoparent:texmf-local",
+	    -- Changed texmf-local to use ../ per Bruno Voisin,
+	    --   https://tug.org/pipermail/tex-live/2024-March/050300.html
+	    -- Needed: mtxrun --generate; mtxrun --script fonts --reload
+	    -- Then to test, e.g.:
+	    --   mtxrun --resolve-path TEXMFLOCAL
+	    --   mtxrun --find-file LucidaBrightOT.otf
+            TEXMFLOCAL      = "selfautoparent:../texmf-local",
             TEXMFFONTS      = "selfautoparent:texmf-fonts",
             TEXMFPROJECT    = "selfautoparent:texmf-project",
 



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