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

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