summaryrefslogtreecommitdiff
path: root/Master/install-tl.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl.bat')
-rwxr-xr-xMaster/install-tl.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/install-tl.bat b/Master/install-tl.bat
index 44db44c5b51..d540c9d9cc5 100755
--- a/Master/install-tl.bat
+++ b/Master/install-tl.bat
@@ -10,14 +10,14 @@ cd %tlroot%
rem we need wget in the path, so add tlpkg\bin to the path
set pathsave=%path%
-path %path%;%tlroot%tlpkg\bin
+path %path%;%tlroot%tlpkg\installer
rem use provided Perl
set PERL5SAVE=%PERL5LIB%
-set PERL5LIB=%tlroot%tlpkg\lib\Perl5_lib-TL_inst
-"%tlroot%tlpkg\bin\perl" "%tlroot%install-tl.pl" %*
+set PERL5LIB=%tlroot%tlpkg\installer\perllib
+"%tlroot%tlpkg\installer\perl" "%tlroot%install-tl.pl" %*
rem pause Done
rem cleanup in case of start from command-line