diff options
author | Norbert Preining <preining@logic.at> | 2010-05-27 10:28:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-27 10:28:41 +0000 |
commit | c4335da95075e0c78ec68e37452ec4412fcf80fd (patch) | |
tree | c5dabbc55bc27609870cc6dedbf837a93c12572e /Master/texmf/web2c | |
parent | 64f9014bc483d6bf9855b8e0420c5eb34b4d8a63 (diff) |
revert the change that texmfcnf.lua is generated at install time, but
put a file into texmf/web2c/texmfcnf.lua, and add a comment how to
change the cache by copying it over to the root of the installation
remove also the disappeared install-tl string in tl-update-tlnet grep check
git-svn-id: svn://tug.org/texlive/trunk@18526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmfcnf.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf/web2c/texmfcnf.lua b/Master/texmf/web2c/texmfcnf.lua new file mode 100644 index 00000000000..0380ff3b1a2 --- /dev/null +++ b/Master/texmf/web2c/texmfcnf.lua @@ -0,0 +1,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' +} + |