diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-11 23:04:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-11 23:04:00 +0000 |
commit | 3d301d39c8bdf35a29ba9f9c9595c7504f496baa (patch) | |
tree | 4a093759d1b9d65c146d6f9fb3bbc3619ccd8a66 /Master/tlpkg | |
parent | 8834184a0070f883e9baaf0819a8058142a3d8ae (diff) |
cygwin dlls only in cygwin subpackages
git-svn-id: svn://tug.org/texlive/trunk@40413 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/kpathsea.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc index 010adf994a1..1d30a4bfb23 100644 --- a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc +++ b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc @@ -39,8 +39,8 @@ binpattern f bin/${ARCH}/mktexpk binpattern f bin/${ARCH}/mktextfm binpattern f bin/${ARCH}/texhash # -binpattern f bin/i386-cygwin/cygkpathsea*.dll -binpattern f bin/x86_64-cygwin/cygkpathsea*.dll +binpattern f/i386-cygwin bin/i386-cygwin/cygkpathsea*.dll +binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygkpathsea*.dll # binpattern f bin/win32/kpathsea*.dll binpattern f bin/win32/mktexupd.exe diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index ccea6608c09..07d72ed5bb0 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -29,8 +29,8 @@ binpattern f bin/${ARCH}/luatex binpattern f bin/${ARCH}/texlua binpattern f bin/${ARCH}/texluac # -binpattern f bin/i386-cygwin/cygtexlua*.dll -binpattern f bin/x86_64-cygwin/cygtexlua*.dll +binpattern f/i386-cygwin bin/i386-cygwin/cygtexlua*.dll +binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexlua*.dll # binpattern f bin/win32/lua*.dll diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index ee0693bab33..6168dac32a6 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -35,8 +35,8 @@ binpattern f bin/${ARCH}/ptex binpattern f bin/${ARCH}/ptftopl binpattern f bin/${ARCH}/upmendex # -binpattern f bin/i386-cygwin/cygptexenc*.dll -binpattern f bin/x86_64-cygwin/cygptexenc*.dll +binpattern f/i386-cygwin bin/i386-cygwin/cygptexenc*.dll +binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygptexenc*.dll # runpattern +d texmf-dist/pbibtex runpattern +d texmf-dist/tex/platex/base |