diff options
author | Norbert Preining <preining@logic.at> | 2008-01-06 17:22:25 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-06 17:22:25 +0000 |
commit | a4cbdcfd195873f0048ceb2dafba6c6bc7a68969 (patch) | |
tree | fd018337ef18a2fc9ef568874f746e0b5ff8bcda /Master | |
parent | 5bcf88aa8ab6b5892bdbcb65510f742d6ac06b95 (diff) |
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
Diffstat (limited to 'Master')
-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 |