summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-06 17:22:25 +0000
committerNorbert Preining <preining@logic.at>2008-01-06 17:22:25 +0000
commita4cbdcfd195873f0048ceb2dafba6c6bc7a68969 (patch)
treefd018337ef18a2fc9ef568874f746e0b5ff8bcda /Master/install-tl.pl
parent5bcf88aa8ab6b5892bdbcb65510f742d6ac06b95 (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/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl5
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