summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-10-30 09:34:40 +0000
committerNorbert Preining <preining@logic.at>2008-10-30 09:34:40 +0000
commit419905649c72ed9353135ba933fd349bc7d86919 (patch)
tree5c5651172b3861cd9fa8df6b4cad47fbda67bb49 /Master/tlpkg/bin
parent7548ca28ce4740eff8be619978fe4f421a66635f (diff)
do not include w32 arch in unix updater
git-svn-id: svn://tug.org/texlive/trunk@11125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-makeself1
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");