From a4cbdcfd195873f0048ceb2dafba6c6bc7a68969 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 6 Jan 2008 17:22:25 +0000 Subject: honor change of name for the perl package bin-tlperl.win32 git-svn-id: svn://tug.org/texlive/trunk@6060 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/install-tl.pl') 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 -- cgit v1.2.3