diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index dec4a4830f3..760bb2b7d39 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -546,10 +546,11 @@ sub calc_depends { # if programs for arch=win32 are installed we also have to install # bin-tlperl.win32 which provides the "hidden" perl that will be used # to run all the perl scripts. - # Furthermore we install bin-tlgs.win32, too + # Furthermore we install bin-tlgs.win32 and bin-tlpsv.win32, too if (grep(/^win32$/,@archs)) { $install{"bin-tlperl.win32"} = 1; $install{"bin-tlgs.win32"} = 1; + $install{"bin-tlpsv.win32"} = 1; } # loop over all the packages until it is getting stable |