diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-01 22:58:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-01 22:58:10 +0000 |
commit | ee1384c041533399dcf8305281e516701ac4a77b (patch) | |
tree | d16b8506abd60e1fddde3015635fc03d9e4ecb4c /Master | |
parent | de5865362b4356a821f9f5c9fbb51b7046a24792 (diff) |
(no_lua53_platforms): remove, no longer needed.
git-svn-id: svn://tug.org/texlive/trunk@47235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 1d4785568ea..e9843bc50ba 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -30,10 +30,8 @@ binpattern f bin/${ARCH}/luatex binpattern f bin/${ARCH}/texlua binpattern f bin/${ARCH}/texluac # -# temp for tl2018, to make binaries available for manual installation. -tlpsetvar no_lua53_platforms \ -binpattern f/!${no_lua53_platforms} bin/${ARCH}/luatex53 -binpattern f/!${no_lua53_platforms} bin/${ARCH}/texlua53 +binpattern f bin/${ARCH}/luatex53 +binpattern f bin/${ARCH}/texlua53 # binpattern f/i386-cygwin bin/i386-cygwin/cygtexlua*.dll binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexlua*.dll |