From 800d981b5f6f6d1f196dd3b9a421edb76504d600 Mon Sep 17 00:00:00 2001
From: Marius <mariausol@gmail.com>
Date: Thu, 14 Mar 2013 18:00:16 +0200
Subject: beta 2013.03.14 16:12

---
 web2c/context.cnf    | 11 ++++++++---
 web2c/contextcnf.lua |  5 +++++
 2 files changed, 13 insertions(+), 3 deletions(-)

(limited to 'web2c')

diff --git a/web2c/context.cnf b/web2c/context.cnf
index 2c16dcf3d..32c9d6cc0 100644
--- a/web2c/context.cnf
+++ b/web2c/context.cnf
@@ -19,7 +19,14 @@ TEXMFLOCAL    = $SELFAUTOPARENT/texmf-local
 TEXMFFONTS    = $SELFAUTOPARENT/texmf-fonts
 TEXMFPROJECT  = $SELFAUTOPARENT/texmf-project
 TEXMFCONTEXT  = $SELFAUTOPARENT/texmf-context
-VARTEXMF      = $SELFAUTOPARENT/texmf-var
+TEXMFCACHE    = $SELFAUTOPARENT/texmf-cache
+TEXMFHOME     = $HOME/texmf
+
+TEXMFSYSVAR   = $TEXMFCACHE
+TEXMFVAR      = $TEXMFCACHE
+
+VARTEXMF      = $TEXMFCACHE
+VARTEXFONTS   = $TEXMFVAR/varfonts
 HOMETEXMF     = $HOME/texmf
 
 TEXMF         = {$TEXMFHOME,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFCONTEXT,!!$TEXMFSYSTEM,!!$TEXMFMAIN}
@@ -28,8 +35,6 @@ SYSTEXMF      = $TEXMF
 TEXMFCNF      = .;$TEXMF/texmf{-local,}/web2c
 TEXMFDBS      = $TEXMF;$VARTEXFONTS
 
-VARTEXFONTS   = $VARTEXMF/varfonts
-
 % In the case of an multi-os setup, this one can be set
 % by the environment. watch out, lowercase engine !
 
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua
index a7afb1824..d08ecee1d 100644
--- a/web2c/contextcnf.lua
+++ b/web2c/contextcnf.lua
@@ -49,6 +49,11 @@ return {
 
             TEXMFCACHE      = "$SELFAUTOPARENT/texmf-cache",
 
+            -- not used by context at all
+
+            TEXMFSYSVAR     = "$TEXMFCACHE",
+            TEXMFVAR        = "$TEXMFCACHE",
+
             -- 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
             -- sorting out problems will be a pain. But on the other hand ... home
-- 
cgit v1.2.3