summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-02-01 14:55:16 +0000
committerNorbert Preining <preining@logic.at>2009-02-01 14:55:16 +0000
commit441547403d26e549646031db1e625deba481541d (patch)
tree5c38dcbde6c1ecc421ad8c5ddb3c77bd87455a63 /Master
parentb0674927cad2857340a7b484b6bac1169f6ad4e0 (diff)
wizard: use correct default path, and show web page of TL on start screen
git-svn-id: svn://tug.org/texlive/trunk@12037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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);