From 7f85e4a77221267523ef1738a61320991bdbc000 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 10 Dec 2019 06:20:44 +0000 Subject: Revert "work on win64 support" git-svn-id: svn://tug.org/texlive/trunk@53076 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-install-pkg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (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 d8dff53062d..24397828909 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/win(32|64)/); + next if ($a =~ m/win32/); push (@unix, @{$tlpbin{$a}}); } @@ -165,9 +165,6 @@ push (@win32, @unix); if (defined $tlpbin{"win32"}) { push (@win32, @{$tlpbin{"win32"}}); } -if (defined $tlpbin{"win64"}) { - push (@win32, @{$tlpbin{"win64"}}); -} # main. -- cgit v1.2.3