summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-04-22 21:17:17 +0000
committerNorbert Preining <preining@logic.at>2008-04-22 21:17:17 +0000
commit48adac9674fc15cba32e347d960d105f3f5473af (patch)
treefcbdb6b194a321c29f4366124eeeea263702979a /Master/install-tl
parente5afed07f51e76a97bcc3f6830d780ce5d473448 (diff)
ok, texconf --sys instead of -sys
git-svn-id: svn://tug.org/texlive/trunk@7600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 7e15793de68..3297ff6564c 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -914,7 +914,7 @@ sub do_postinst_stuff {
if ($vars{'option_letter'}) {
if (win32()) {
tllog($::LOG_NORMAL, "Setting default paper size to letter\n");
- system("texlua.exe", "$TEXDIR/texmf/scripts/texlive/texconf.tlu", "-sys", "paper", "letter");
+ system("texlua.exe", "$TEXDIR/texmf/scripts/texlive/texconf.tlu", "--sys", "paper", "letter");
} else {
tllog($::LOG_NORMAL, "Calling texconfig-sys paper letter\n");
system("texconfig-sys", "paper", "letter");