texlive: make updmap actually regenerate (#76826)

The --syncwithtrees flag only updates the config files, so run it
again without --syncwithtrees to generate the actual map files.
This commit is contained in:
Mike Sperber 2020-01-03 11:11:02 +01:00
parent 2ff742e970
commit 7e298ddcd9

View file

@ -214,7 +214,11 @@ in buildEnv {
texlinks.sh "$out/bin" && wrapBin
(perl `type -P fmtutil.pl` --sys --all || true) | grep '^fmtutil' # too verbose
#texlinks.sh "$out/bin" && wrapBin # do we need to regenerate format links?
# Note that --syncwithtrees *only* removes the missing files from the configuration,
# but does not generate map files.
echo y | perl `type -P updmap.pl` --sys --syncwithtrees --force
# This does generate the map files.
perl `type -P updmap.pl` --sys --force
perl `type -P mktexlsr.pl` ./share/texmf-* # to make sure
'' +
# install (wrappers for) scripts, based on a list from upstream texlive