summaryrefslogtreecommitdiff
path: root/Master/texmf/web2c/texmfcnf.lua
blob: 0380ff3b1a2f1af83600de711dbb0364cbc6e5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--
-- texmfcnf.lua
-- specifies the necessary TEXMFCACHE setting.
-- if you want a different location for the cache please copy this
-- file to the root of your installation (2 directories up) and
-- change the setting there, as changes here will be overwritten
-- by updates.

return {
  TEXMFCACHE = '~/.texlive2010/texmf-var'
}