summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-doc/source/texlive/texlive-common/w32client/install-w32client5
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers6
2 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client b/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client
index 043a23a0a1a..2bfc1f0176e 100755
--- a/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client
+++ b/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-
+# $Id$
# copy this file and install-w32client.bat to the same directory
# as texmf, texmf-dist etc.
@@ -11,8 +11,7 @@
$^W = 1;
-use TeXLive::TLUtils qw(mkdirhier conv_to_win_path);
-#use Cwd 'abs_path';
+use TeXLive::TLUtils qw(mkdirhier);
use TeXLive::TLWinGoo qw(non_admin add_texbindir_to_path setenv_reg
init_unshortbat add_desktop_shortcut add_menu_shortcut
register_extension register_file_type
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index 2c6d24ddb78..9c5f5d53b39 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/bin-texlive texlive\.infra texlive-en/;
+my @critical_pkg_list = qw/bin-texlive texlive\.infra/;
our ($mydir, $vc_id);
my $opt_all = 0;
@@ -374,8 +374,8 @@ Does a full rebuild of all packages.
=item B<-all|-a>
Include packages deemed critical in the update, currently
-C<texlive.infra> and C<texlive-en>. (L<tlmgr> itself needs testing
-before updating.)
+C<texlive.infra> and C<bin-texlive>. (That is, C<tlmgr> itself needs
+testing before updating.)
=item B<-no-setup>