summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-08 17:54:40 +0000
committerKarl Berry <karl@freefriends.org>2008-06-08 17:54:40 +0000
commit140b6e1d7a8b6d16562c38927815d1591976191c (patch)
tree38a83ac31e1926e71592d92bc3358b152a09ed1e
parent9a2dacc4ca5fe811c530f8574d7ed74d45f59d10 (diff)
skip additional 00 containers
git-svn-id: svn://tug.org/texlive/trunk@8602 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index dfe772a0dc7..bd9b13acd13 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -87,7 +87,9 @@ sub main
= 0;
for my $pkg (@packs) {
+ next if ($pkg eq "00texlive-installation.config");
next if ($pkg eq "00texlive.config");
+ next if ($pkg eq "00texlive.core");
next if ($pkg eq "00texlive.installer");
my $oldrev = 0;
if (-r "$opt_containerdir/$pkg.tar.$type"