diff options
author | Norbert Preining <preining@logic.at> | 2008-01-09 21:44:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-09 21:44:35 +0000 |
commit | 86583c30636a5ae88053dadc59dbfa09db589e8d (patch) | |
tree | c79913bd288e3a3969b3148841197efd09e37059 /Master/install-tl.pl | |
parent | ca1363b28610351b9a3c3c39983c4ad850e7ee90 (diff) |
remove debugging
git-svn-id: svn://tug.org/texlive/trunk@6171 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-x | Master/install-tl.pl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 8f7049b61ea..590c19fc0ca 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -3,7 +3,7 @@ # $Id$ # install-tl.pl # -# Copyright 2007 Reinhard Kotucha, Norbert Preining +# Copyright 2007 2008 Reinhard Kotucha, Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -30,8 +30,6 @@ BEGIN { @INC="$::installerdir/tlpkg/lib/Perl5_lib-TL_inst"; } unshift (@INC, "$::installerdir/tlpkg"); - # DEBUG - unshift (@INC, "C:/tlperl/lib"); } use TeXLive::TLUtils qw(initialize_installer media platform platform_desc @@ -58,8 +56,8 @@ 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://10.0.2.2/norbert/tltesting'; -#$::texlive_url = 'http://tug.org/~preining/tltesting'; +#$::texlive_url = 'http://10.0.2.2/norbert/tltesting'; +$::texlive_url = 'http://tug.org/~preining/tltesting'; # the default scheme to be installed my $default_scheme='scheme-full'; # some arrays where the lists of collections to be installed are saved |