Blame texlive-20170520-texinfo-path-fix.patch

52140fa
diff -up texlive-base-20170520/source/texk/kpathsea/texmf.cnf.texinfo-fix texlive-base-20170520/source/texk/kpathsea/texmf.cnf
52140fa
--- texlive-base-20170520/source/texk/kpathsea/texmf.cnf.texinfo-fix	2018-02-04 05:06:07.907542229 -0500
52140fa
+++ texlive-base-20170520/source/texk/kpathsea/texmf.cnf	2018-02-04 05:06:15.813363518 -0500
52140fa
@@ -78,6 +78,9 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
52140fa
 % to %USERPROFILE% on Windows, $HOME otherwise.
52140fa
 TEXMFHOME = ~/texmf
52140fa
 
52140fa
+% Texinfo on Fedora lives out of $TEXMFROOT
52140fa
+TEXINFOHOME = $SELFAUTODIR/share/texmf
52140fa
+
52140fa
 % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
52140fa
 TEXMFVAR = ~/.texlive2017/texmf-var
52140fa
 
52140fa
@@ -103,7 +106,7 @@ TEXMFAUXTREES = {}
52140fa
 % The odd-looking $TEXMFAUXTREES$TEXMF... construct is so that if no auxtree is
52140fa
 % ever defined (the 99% common case), no extra elements will be added to
52140fa
 % the search paths. tlmgr takes care to end any value with a trailing comma.
52140fa
-TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
52140fa
+TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXINFOHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
52140fa
 
52140fa
 % Where to look for ls-R files.  There need not be an ls-R in the
52140fa
 % directories in this path, but if there is one, Kpathsea will use it.