summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-17 16:17:57 +0000
committerKarl Berry <karl@freefriends.org>2019-11-17 16:17:57 +0000
commit67a8f35d803320fb317eb344f0b4e81f10111b28 (patch)
treef094a1a217187336702682835048d044301f3478 /Master/texmf-dist
parentea26ac45bb36d0da742e6ee47826fa99735c02ed (diff)
split luajittex to its own package
git-svn-id: svn://tug.org/texlive/trunk@52829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 0d317b378d9..e7f9aa38e14 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -5686,7 +5686,7 @@ sub check_executes {
# luahbtex is special until we build it everywhere for TL'20.
#
# We do not want to have error messages here, so we do the following:
- # * if tlpkg/tlpsrc/luatex.tlpsrc is available, then load it
+ # * if tlpkg/tlpsrc/luajittex.tlpsrc is available, then load it
# and filter away those archs that are excluded with f/!...
# * similarly for the other partial-support engines; too much
# trouble to reverse-map to package names, so just hardwire;
@@ -5694,7 +5694,7 @@ sub check_executes {
# the development tree) we just ignore it completely.
my $pkg;
if ($engine eq "luajittex") {
- $pkg = "luatex";
+ $pkg = "luajittex";
} elsif ($engine eq "luahbtex") {
$pkg = "latex-bin-dev";
} elsif ($engine eq "mfluajit") {