summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-21 14:15:18 +0900
committerNorbert Preining <norbert@preining.info>2022-06-10 23:12:19 +0900
commit4d08d25308ed137ffaeefd1db2630c4498387bdf (patch)
tree5ae02ba3584aa44a9e6c7548027c33c894a155aa
parent18d19f08528af16cc09f82ccda7f38d57585c3a8 (diff)
Don't try to install tlpsv.win64
-rwxr-xr-xMaster/install-tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 17359c88820..400a1b9ecb4 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1724,6 +1724,11 @@ sub calc_depends {
# tlpsv is gone
# $install{"tlpsv.win32"} = 1;
}
+ if (grep(/^win64$/,@archs)) {
+ $install{"tlperl.win64"} = 1;
+ $install{"tlgs.win64"} = 1;
+ # $install{"tlpsv.win64"} = 1;
+ }
# loop over all the packages until it is getting stable
my $changed = 1;