texlive.combine: remove unset TEXMCNF as mtxrun is already wrapped
This commit is contained in:
parent
2814d19a3f
commit
9de2f02af6
1 changed files with 2 additions and 8 deletions
|
@ -305,16 +305,10 @@ in (buildEnv {
|
|||
done
|
||||
'' +
|
||||
# MkIV uses its own lookup mechanism and we need to initialize
|
||||
# caches for it. Unsetting TEXMFCNF is needed to let mtxrun
|
||||
# determine it from kpathsea so that the config path is given with
|
||||
# "selfautodir:" as it will be in runtime. This is important because
|
||||
# the cache is identified by a hash of this path.
|
||||
# caches for it.
|
||||
''
|
||||
if [[ -e "$out/bin/mtxrun" ]]; then
|
||||
(
|
||||
unset TEXMFCNF
|
||||
mtxrun --generate
|
||||
)
|
||||
mtxrun --generate
|
||||
fi
|
||||
''
|
||||
+ bin.cleanBrokenLinks +
|
||||
|
|
Loading…
Reference in a new issue