diff options
author | Norbert Preining <preining@logic.at> | 2019-12-10 06:20:44 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2019-12-10 06:20:44 +0000 |
commit | 7f85e4a77221267523ef1738a61320991bdbc000 (patch) | |
tree | 5f4ca539653a989188167a65a13dc16185736f00 /Master/tlpkg/bin/tl-update-install-pkg | |
parent | f201f6cfe15e09e8d152c6b4d8f7c7cb1bb0f7c7 (diff) |
Revert "work on win64 support"
git-svn-id: svn://tug.org/texlive/trunk@53076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-install-pkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-install-pkg | 5 |
1 files changed, 1 insertions, 4 deletions
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. |