summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlcritical2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index e70fff544ac..df1ea74ae7d 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -24,7 +24,7 @@ use Pod::Usage;
use File::Path;
# packages matching these re's will not be updated without --all.
-my @critical_pkg_list = qw/texlive\.infra/;
+my @critical_pkg_list = qw/texlive\.infra tlperl\.win32/;
our ($mydir, $vc_id);
my $opt_all = 0;
diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical
index 81b28dcdd68..b26ae903100 100755
--- a/Master/tlpkg/bin/tl-update-tlcritical
+++ b/Master/tlpkg/bin/tl-update-tlcritical
@@ -34,7 +34,7 @@ do_updater ()
# update normal containers.
echo "$0: running tl-update-containers (for critical packages)..."
tl-update-containers -location $tlcrit -all \
- 00texlive.installation 00texlive.config texlive.infra
+ 00texlive.installation 00texlive.config texlive.infra tlperl.win32
# update Unix disaster recovery.
echo "$0: running tl-makeself-from-tlnet..."