diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2011-06-02 13:08:04 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2011-06-02 13:08:04 +0000 |
commit | dfab40180a9455819cf4575b72f5320133c075e7 (patch) | |
tree | f6c53315df3a43053cf2c36072c87b377c408720 /Master | |
parent | e2786c4ddf60bb4dbcc4f9c4ccca4b13bd10b6c3 (diff) |
fix system vs user-local caches
git-svn-id: svn://tug.org/texlive/trunk@22736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 |