diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-22 23:22:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-22 23:22:28 +0000 |
commit | 80cd951bb93b29e4ea19884bdc246f41a5edf9c9 (patch) | |
tree | 29262bb2540a30b1cc0e1626654ff1d120cda135 /Master/tlpkg/tlpsrc/luatex.tlpsrc | |
parent | 0ad138b840b7049a213120b7babd14ada6b358a6 (diff) |
remove hppa-hpux wget and special-case patterns
git-svn-id: svn://tug.org/texlive/trunk@13388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/luatex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 3718a820668..6da9e25116c 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -11,7 +11,7 @@ docpattern d texmf-dist/doc/luatex docpattern f texmf/doc/man/man1/luatex.* docpattern f texmf/doc/man/man1/texlua* runpattern f texmf/tex/generic/config/luatexiniconfig.tex -binpattern f/!hppa-hpux bin/${ARCH}/luatex -binpattern f/!hppa-hpux bin/${ARCH}/pdfluatex -binpattern f/!hppa-hpux bin/${ARCH}/texlua -binpattern f/!hppa-hpux bin/${ARCH}/texluac +binpattern f bin/${ARCH}/luatex +binpattern f bin/${ARCH}/pdfluatex +binpattern f bin/${ARCH}/texlua +binpattern f bin/${ARCH}/texluac |