From 40357d04d33764b2a3846e2d187758395536f5d9 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 23 Jul 2008 18:18:07 +0000 Subject: don't use texlua on hpux, but texocnfig paper letter in the installer git-svn-id: svn://tug.org/texlive/trunk@9723 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 85abdccf67a..595e44fae24 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -983,7 +983,12 @@ operations might be disturbed.\n\n"; # letter instead of a4 if ($vars{'option_letter'}) { info("Setting default paper size to letter\n"); - system("texlua", "$TEXDIR/texmf/scripts/texlive/texconf.tlu", "--sys", "--noformat", "paper", "letter"); + if (platform() eq "hppa-hpux") { + # we didn't get a texlua binary for hppa-hpux, so try texconfig + system("texconfig", "paper", "letter"); + } else { + system("texlua", "$TEXDIR/texmf/scripts/texlive/texconf.tlu", "--sys", "--noformat", "paper", "letter"); + } } # all formats option -- cgit v1.2.3