From f201f6cfe15e09e8d152c6b4d8f7c7cb1bb0f7c7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 10 Dec 2019 06:17:16 +0000 Subject: work on win64 support git-svn-id: svn://tug.org/texlive/trunk@53075 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-install-pkg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/bin/tl-update-install-pkg') diff --git a/Master/tlpkg/bin/tl-update-install-pkg b/Master/tlpkg/bin/tl-update-install-pkg index 24397828909..d8dff53062d 100755 --- a/Master/tlpkg/bin/tl-update-install-pkg +++ b/Master/tlpkg/bin/tl-update-install-pkg @@ -156,7 +156,7 @@ if ($opt_texlivedocs) { my %tlpbin = %{$tlpinst->binfiles}; for my $a (keys %tlpbin) { - next if ($a =~ m/win32/); + next if ($a =~ m/win(32|64)/); push (@unix, @{$tlpbin{$a}}); } @@ -165,6 +165,9 @@ push (@win32, @unix); if (defined $tlpbin{"win32"}) { push (@win32, @{$tlpbin{"win32"}}); } +if (defined $tlpbin{"win64"}) { + push (@win32, @{$tlpbin{"win64"}}); +} # main. -- cgit v1.2.3