summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 3c1ef0bf8e1..d1de43bc27e 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2292,7 +2292,7 @@ sub action_install {
my $pkgrev = 0;
my $mediatlp = $tlmediatlpdb->get_package($pkg);
if (!defined($mediatlp)) {
- tlwarn("package $pkg not present at installation location.\n");
+ tlwarn("package $pkg not present in package repository.\n");
next;
}
if (defined($localtlpdb->get_package($pkg))) {
@@ -2457,7 +2457,7 @@ sub action_option {
# Restore the original value if so.
$val = $testloc if $testloc;
}
- info("tlmgr: setting default installation location to $val\n");
+ info("tlmgr: setting default package repository to $val\n");
$localtlpdb->option($opt, $val);
} elsif ($what eq $TLPDBOptions{"backupdir"}->[2]) {
info("tlmgr: setting option $what to $val.\n");
@@ -3626,7 +3626,7 @@ sub init_tlmedia
# this "location-url" line should not be changed since GUI programs
# depend on it:
print "location-url\t$location\n" if $::machinereadable;
- info("tlmgr: installation location $location\n");
+ info("tlmgr: package repository $location\n");
# if we talk about a net location try to download the hash of the tlpdb
# - if that is possible, check for the locally saved file and if the hash