texlive.combine: also patch texmfcnf.lua

Fixes #14463.
This commit is contained in:
Raymond Gauthier 2016-04-13 23:34:30 -04:00
parent 0435ac8894
commit 954f381972

View file

@ -79,6 +79,19 @@ in buildEnv {
-e "s,\$SELFAUTOGRANDPARENT,$out/share,g" \
"$cnfOrig" > ./texmf.cnf
local cnfLuaOrig="$(realpath ./texmfcnf.lua)"
rm ./texmfcnf.lua
sed \
-e 's,texmf-dist,texmf,g' \
-e 's,texmf-local,texmf,g' \
-e "s,\(TEXMFLOCAL[ ]*=[ ]*\)[^\,]*,\1\"$out/share/texmf\",g" \
-e "s,\$SELFAUTOLOC,$out,g" \
-e "s,selfautodir:/,$out/share/,g" \
-e "s,selfautodir:,$out/share/,g" \
-e "s,selfautoparent:/,$out/share/,g" \
-e "s,selfautoparent:,$out/share/,g" \
"$cnfLuaOrig" > ./texmfcnf.lua
rm updmap.cfg
)
'' +