Correct /etc/texmf/web2c/texmf.cnf (boo#1136314)

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=322
This commit is contained in:
Dr. Werner Fink 2019-05-29 06:44:49 +00:00 committed by Git OBS Bridge
parent cfdcd89902
commit 14d855c7d7
2 changed files with 8 additions and 3 deletions

View File

@ -355,7 +355,7 @@
sdir_greatgrandparent = xdirname (sdir_grandparent);
kpathsea_xputenv (kpse, "SELFAUTOGRANDPARENT", fix_selfdir (sdir_greatgrandparent));
--- texk/kpathsea/texmf.cnf
+++ texk/kpathsea/texmf.cnf 2019-04-18 09:16:14.042022295 +0000
+++ texk/kpathsea/texmf.cnf 2019-05-29 06:12:28.489081219 +0000
@@ -61,20 +61,20 @@
TEXMFROOT = $SELFAUTOPARENT
@ -390,7 +390,7 @@
% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
-TEXMFCONFIG = ~/.texlive2019/texmf-config
+TEXMFCONFIG = ${TEXMFSYSVAR}
+TEXMFCONFIG = ${TEXMFSYSCONFIG}
% This is the value manipulated by tlmgr's auxtrees subcommand in the
% root texmf.cnf. Kpathsea warns about a literally empty string for a
@ -487,7 +487,7 @@
% Device-independent font metric files.
VFFONTS = $TEXMFDOTDIR;$TEXMF/fonts/vf//
-TFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/tfm//
+TFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}}/tfm//
+TFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/tfm//
% The $MAKETEX_MODE below means the drivers will not use a cx font when
% the mode is ricoh. If no mode is explicitly specified, kpse_prog_init

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 29 06:37:37 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Correct /etc/texmf/web2c/texmf.cnf (boo#1136314)
-------------------------------------------------------------------
Mon May 20 12:31:56 UTC 2019 - Dr. Werner Fink <werner@suse.de>