commit: 8db0ba071b92c394835f9a28a1b81c0a2f8a0092 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Apr 12 17:51:05 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Apr 12 17:51:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=8db0ba07
more standard paths for kpathsea Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> 2020/texmf.d/05searchpaths.cnf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/2020/texmf.d/05searchpaths.cnf b/2020/texmf.d/05searchpaths.cnf index aacc8bf..2cb471c 100644 --- a/2020/texmf.d/05searchpaths.cnf +++ b/2020/texmf.d/05searchpaths.cnf @@ -26,13 +26,13 @@ TEXMFMAIN = $TEXMFDIST TEXMFSITE = $TEXMFROOT/texmf-site % Local additions to the distribution trees. -TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local +TEXMFLOCAL = $TEXMFROOT/../local/share/texmf % TEXMFSYSVAR, where *-sys store cached runtime data. -TEXMFSYSVAR = $TEXMFROOT/texmf-var +TEXMFSYSVAR = $TEXMFROOT/var/lib/texmf % TEXMFSYSCONFIG, where *-sys store configuration data. -TEXMFSYSCONFIG = $TEXMFROOT/texmf-config +TEXMFSYSCONFIG = $TEXMFROOT/etc/texmf % Per-user texmf tree(s) -- organized per the TDS, as usual. To define % more than one per-user tree, set this to a list of directories in @@ -41,10 +41,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2020/texmf-var +TEXMFVAR = ~/.texlive/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2020/texmf-config +TEXMFCONFIG = ~/.texlive/texmf-config % This is the value manipulated by tlmgr's auxtrees subcommand in the % root texmf.cnf. Kpathsea warns about a literally empty string for a
