summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-06 23:34:03 +0000
committerKarl Berry <karl@freefriends.org>2019-11-06 23:34:03 +0000
commitaf84b9db7fece90caa80d73b8faa9de75dd9e568 (patch)
tree745ebd7a73950d0e7099c47a66b6b3deefb2f4bd /Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
parent73e3f7c059fcd8089c33c01b6034e5ad3c9d50d6 (diff)
make4ht (5nov19)
git-svn-id: svn://tug.org/texlive/trunk@52666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 447bca1ea77..b99d8423122 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -4680,12 +4680,12 @@ sub action_option {
} elsif ($what eq $TLPDBOptions{"backupdir"}->[2]) {
info("$prg: setting option $what to $val.\n");
if (! -d $val) {
- info("$prg: the directory $val does not exists, it has to be created\n");
+ info("$prg: the directory $val does not exist; you must create it\n");
info("$prg: before backups can be done automatically.\n");
}
$localtlpdb->option($opt, $val);
} elsif ($what eq $TLPDBOptions{"w32_multi_user"}->[2]) {
- # when running w32 do not allow that a non-admin users sets
+ # when running w32 do not allow that a non-admin user sets
# this from false to true
my $do_it = 0;
if (win32()) {
@@ -4758,6 +4758,8 @@ sub action_option {
return ($F_ERROR);
}
}
+ my $local_location = $localtlpdb->location;
+ info("$prg: updating $local_location\n");
$localtlpdb->save;
# now also save the TLPOBJ of 00texlive.installation
my $tlpo = $localtlpdb->get_package("00texlive.installation");
@@ -7603,7 +7605,7 @@ between an option name and its value.
Specify the package repository from which packages should be installed
or updated, either a local directory or network location, as below. This
-overridesthe default package repository found in the installation's TeX
+overrides the default package repository found in the installation's TeX
Live Package Database (a.k.a. the TLPDB, which is given entirely in the
file C<tlpkg/texlive.tlpdb>).