Do not override TEXMFLOCAL with TEXMFMAIN as this is now TEXMFDIST
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=146
This commit is contained in:
parent
bf6879e57d
commit
cfd8b4791c
@ -369,7 +369,7 @@
|
||||
% generally a source of confusion to have different versions of a
|
||||
% package installed, whatever the trees, so try to avoid it.
|
||||
-TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
|
||||
+TEXMF = {$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
|
||||
+TEXMF = {$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
|
||||
|
||||
% Where to look for ls-R files. There need not be an ls-R in the
|
||||
% directories in this path, but if there is one, Kpathsea will use it.
|
||||
@ -385,7 +385,7 @@
|
||||
% VARTEXFONTS for generated files, if the original tree isn't writable;
|
||||
% otherwise the current working directory is used.
|
||||
-SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST
|
||||
+SYSTEXMF = $TEXMFSYSCONFIG;$TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST
|
||||
+SYSTEXMF = $TEXMFSYSCONFIG;$TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFDIST
|
||||
|
||||
% First writable tree here is used by Lua(La)TeX for the font cache.
|
||||
% LuaLaTeX uses the value here, while ConTeXt uses the same variable but
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 14:43:07 UTC 2013 - werner@suse.de
|
||||
|
||||
- Do not override TEXMFLOCAL with TEXMFMAIN as this is now TEXMFDIST
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 09:46:54 UTC 2013 - werner@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user