diff options
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua index 5b8bfbcec34..6baf47339e0 100644 --- a/Master/texmf/web2c/texmfcnf.lua +++ b/Master/texmf/web2c/texmfcnf.lua @@ -45,7 +45,7 @@ return { -- 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. - TEXMFCACHE = "~/.texlive2011/texmf-cache", + TEXMFCACHE = "selfautoparent:texmf-var:~/.texlive2011/texmf-cache", TEXMFCONFIG = "~/.texlive2011/texmf-config", -- I don't like this texmf under home and texmf-home would make more |