summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl
index b391e8356ea..3ae564e7e82 100644
--- a/Master/tlpkg/installer/install-menu-wizard.pl
+++ b/Master/tlpkg/installer/install-menu-wizard.pl
@@ -107,7 +107,7 @@ if (defined($::opt_lang)) {
}
}
-my $dest = "/usr/local/texlive/2008";
+my $dest = $vars{'TEXDIR'};
my $mw;
@@ -286,7 +286,7 @@ sub reset_start {
$_->destroy;
}
- my $inf = $fmain->Label(-text => "Welcome to the installation of TeX Live 2008\nThis wizard will guide you through the installation.");
+ my $inf = $fmain->Label(-text => "Welcome to the installation of TeX Live 2008\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.");
$inf->pack(-padx => "3m", -pady => "3m");
$fmain->configure(-height => $fmain->reqheight, -width => $fmain->reqwidth);