diff options
Diffstat (limited to 'Master/texmf/web2c/texmfcnf.lua')
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua index 6baf47339e0..e5e4eec3b59 100644 --- a/Master/texmf/web2c/texmfcnf.lua +++ b/Master/texmf/web2c/texmfcnf.lua @@ -42,11 +42,15 @@ return { -- "selfautoparent:", -- } + -- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live + + TEXMFSYSVAR = "selfautoparent:texmf-var", + -- We have only one cache path but there can be more. The first writable one - -- will be chose but there can be more readable paths. + -- will be chosen but there can be more readable paths. - TEXMFCACHE = "selfautoparent:texmf-var:~/.texlive2011/texmf-cache", - TEXMFCONFIG = "~/.texlive2011/texmf-config", + TEXMFCACHE = "$TEXMFSYSVAR;home:.texlive2011/texmf-cache", + TEXMFCONFIG = "home:.texlive2011/texmf-config", -- I don't like this texmf under home and texmf-home would make more -- sense. One never knows what installers put under texmf anywhere and @@ -69,9 +73,6 @@ return { TEXMFHOME = "home:texmf", -- TEXMFHOME = os.name == "macosx" and "home:Library/texmf" or "home:texmf", - -- only used for FONTCONFIG_PATH in TeX Live - TEXMFSYSVAR = "selfautoparent:texmf-var", - -- We need texmfos for a few rare files but as I have a few more bin trees -- a hack is needed. Maybe other users also have texmf-platform-new trees. |