CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/08/10 14:14:56
Modified files:
print/texlive/base: Makefile distinfo
print/texlive/base/pkg: PLIST-mktexlsr
print/texlive/texmf: Makefile
print/texlive/texmf/files: update_plist_hints.py write_plists.py
print/texlive/texmf/pkg: PLIST-buildset
Log message:
print/texlive: fix texlive_mktexlsr.
Naddy noticed that texlive_mktexlsr, when installed alone (without the rest of
texlive), doesn't work. In turn this breaks the mktexlsr-local @tag.
The reason: although texlive_mktexlsr installs ${PREFIX}/bin/mktexlsr, it's a
symlink to a shell script provided by texlive_buildset (which texlive_mktexlsr
doesn't depend upon).
(It's likely that ${PREFIX}/bin/mktexlsr wasn't always a symlink, because this
must have worked when espie@ created texlive_mktexlsr and added the @tag for
it)
Solution: move the shell script into texlive_mktexlsr.
LGTM sthen@, thanks.