summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-30 17:57:47 +0000
committerKarl Berry <karl@freefriends.org>2018-07-30 17:57:47 +0000
commit9112f169add793464caf46ac3383c7a13e03045a (patch)
treec9055c4aa50d011491767ab723498216ec101c8d /Master/install-tl
parent36b285765e011ab0b2e6a21ffd9ae465244347ec (diff)
(do_postinst_stuff): don't run mtxrun if we don't
have texlua. git-svn-id: svn://tug.org/texlive/trunk@48312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 56863efe87e..82807617694 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1138,6 +1138,7 @@ operations might be disturbed.\n\n";
# luatex/context setup.
if (exists($install{"context"}) && $install{"context"} == 1
+ && -x "$plat_bindir/texlua$progext"
&& !exists $ENV{"TEXLIVE_INSTALL_NO_CONTEXT_CACHE"}) {
info("setting up ConTeXt cache: ");
$errcount += run_postinst_cmd("mtxrun --generate");