diff options
author | Karl Berry <karl@freefriends.org> | 2024-07-08 21:16:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-07-08 21:16:39 +0000 |
commit | 81b7eebce64690799db520894f15df5ac414e4bc (patch) | |
tree | ce86cfda8105afa832baa9420bf434895f41030c /Master/tlpkg | |
parent | 157f4b8ca0dfcec0e44b6e4d93a29d93870a8860 (diff) |
extractbb: put in dvipdfmx package since that is where it is needed; do not make "incorrect location" check since it fails on MacTeX setup; https://tug.org/pipermail/tex-live/2024-July/050719.html
git-svn-id: svn://tug.org/texlive/trunk@71746 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc index a2b2253e578..45806514388 100644 --- a/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc +++ b/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc @@ -14,9 +14,15 @@ binpattern f bin/${ARCH}/dvipdfm binpattern f bin/${ARCH}/dvipdfmx binpattern f bin/${ARCH}/dvipdft binpattern f bin/${ARCH}/ebb -# not extractbb; that's a wrapper script in texlive-scripts-extra +# not the extractbb symlink to xdvipdfmx. binpattern f bin/${ARCH}/xdvipdfmx # +# symlink and target. Should move into the dvipdfmx sources, but it's +# convenient to keep it in the dvipdfmx package, since that's where it's +# needed, and LaTeX assumes installing this package is enough. +binpattern f bin/${ARCH}/extractbb +runpattern f texmf-dist/scripts/texlive/extractbb.lua +# docpattern d texmf-dist/doc/dvipdfm docpattern d texmf-dist/doc/dvipdfmx docpattern f texmf-dist/doc/man/man1/dvipdfm.* diff --git a/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc index 66e487bc7f3..8d05890de8e 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc @@ -14,10 +14,6 @@ binpattern f bin/${ARCH}/kpsexpand # docpattern f texmf-dist/doc/man/man1/kpsepath.* binpattern f bin/${ARCH}/kpsepath -# -# symlink to extractbb -runpattern f texmf-dist/scripts/texlive/extractbb.lua -binpattern f bin/${ARCH}/extractbb # texconfig support files. runpattern f texmf-dist/texconfig/* |