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:
parent
2ff742e970
commit
7e298ddcd9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue