summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-12-10 00:39:38 +0000
committerNorbert Preining <preining@logic.at>2007-12-10 00:39:38 +0000
commita742b16032bf1e701d86fe7cf16999d2cf473941 (patch)
tree8064ca91943235bcf565188515546837495645f8
parent19bdda3e5896455a8506703c4ed5ab6170dbdde5 (diff)
install bin-perl for win32 in any case!
git-svn-id: svn://tug.org/texlive/trunk@5739 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/install-tl.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index fdd34b787da..a02ce7ae13b 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -294,6 +294,11 @@ sub calc_depends {
}
}
+ # for win32 we *ALWAYS* have to install bin-perl!!!
+ if (win32()) {
+ $install{"bin-perl"} = 1;
+ }
+
# compute the list of archs to be installed
my @archs;
foreach (keys %vars) {