summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-16 14:56:51 +0000
committerNorbert Preining <preining@logic.at>2008-01-16 14:56:51 +0000
commit798920e39d7727e81d1cc48e31a0b0a31e93ac5b (patch)
tree546929276ae09bc1da9ffbfc1d5cfb1e8b6b91fd /Master/install-tl.pl
parentbe7e71d4cb30a4b9b88bdfcf88941d9ea4ae7504 (diff)
language support
git-svn-id: svn://tug.org/texlive/trunk@6260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 2416c3cc622..049a88aa8e2 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -69,6 +69,7 @@ our $trynet=0;
# for now it is my testing archive on tug.org
#$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master';
# for my own testing in the virtual machine
+#$::texlive_url = 'http://localhost/norbert/tltesting';
#$::texlive_url = 'http://10.0.2.2/norbert/tltesting';
$::texlive_url = 'http://tug.org/~preining/tltesting';
# the default scheme to be installed
@@ -117,6 +118,7 @@ my $opt_quiet = 0;
my $opt_qquiet = 0;
$::netarchive = "archive";
$::diskarchive = "archive";
+$::lang = "en";
GetOptions("media=s" => \$opt_media,
"profile=s"=> \$opt_profile,
@@ -124,6 +126,7 @@ GetOptions("media=s" => \$opt_media,
"gui", \$opt_gui,
"netarchive=s" => \$::netarchive,
"diskarchive=s" => \$::diskarchive,
+ "lang=s" => \$::lang,
"d" => \$opt_debug,
"dd" => \$opt_ddebug,
"ddd" => \$opt_dddebug,