diff options
author | Norbert Preining <preining@logic.at> | 2008-10-30 09:34:40 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-30 09:34:40 +0000 |
commit | 419905649c72ed9353135ba933fd349bc7d86919 (patch) | |
tree | 5c5651172b3861cd9fa8df6b4cad47fbda67bb49 | |
parent | 7548ca28ce4740eff8be619978fe4f421a66635f (diff) |
do not include w32 arch in unix updater
git-svn-id: svn://tug.org/texlive/trunk@11125 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-update-makeself | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-makeself b/Master/tlpkg/bin/tl-update-makeself index 16c77ec5cab..68ca22615fb 100755 --- a/Master/tlpkg/bin/tl-update-makeself +++ b/Master/tlpkg/bin/tl-update-makeself @@ -49,6 +49,7 @@ 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"); |