diff options
Diffstat (limited to 'Master/texmf/web2c/texmfcnf.lua')
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua index e5e4eec3b59..a37e9a4dc75 100644 --- a/Master/texmf/web2c/texmfcnf.lua +++ b/Master/texmf/web2c/texmfcnf.lua @@ -45,11 +45,12 @@ return { -- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live TEXMFSYSVAR = "selfautoparent:texmf-var", + TEXMFVAR = "home:.texlive2011/texmf-var", -- We have only one cache path but there can be more. The first writable one -- will be chosen but there can be more readable paths. - TEXMFCACHE = "$TEXMFSYSVAR;home:.texlive2011/texmf-cache", + TEXMFCACHE = "$TEXMFSYSVAR;$TEXMFVAR", TEXMFCONFIG = "home:.texlive2011/texmf-config", -- I don't like this texmf under home and texmf-home would make more |