diff options
author | Norbert Preining <preining@logic.at> | 2008-10-29 00:15:13 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-29 00:15:13 +0000 |
commit | 3a74f0c42fff01b8b7104563765b0395b49fb784 (patch) | |
tree | 361214f50822e1dc7139a8850c5b27c330cfeaac /Master | |
parent | f297617195bf0f3ca3ed545f32300277e71ddbb2 (diff) |
include also w32 file in unix updater
git-svn-id: svn://tug.org/texlive/trunk@11099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-makeself | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-makeself b/Master/tlpkg/bin/tl-update-makeself index e8fa1e766ca..16c77ec5cab 100755 --- a/Master/tlpkg/bin/tl-update-makeself +++ b/Master/tlpkg/bin/tl-update-makeself @@ -49,7 +49,6 @@ sub main push @packs, $texliveinfra; for my $a ($tlpdb->available_architectures) { - next if ($a eq "win32"); my $foo = $tlpdb->get_package("bin-texlive.$a"); push @packs, $foo if defined($foo); my $bar = $tlpdb->get_package("texlive.infra.$a"); |