diff options
-rwxr-xr-x | Master/install-tl.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index fb8af44fe19..3ab3209ba04 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -315,9 +315,10 @@ sub calc_depends { } # if programs for arch=win32 are installed we also have to install - # bin-perltl.win32 + # bin-tlperl.win32 which provides the "hidden" perl that will be used + # to run all the perl scripts. if (grep(/^win32$/,@archs)) { - $install{"bin-perltl.win32"} = 1; + $install{"bin-tlperl.win32"} = 1; } # loop over all the packages until it is getting stable |