diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-08-26 21:59:14 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-08-26 21:59:14 +0000 |
commit | 17f57f38948d8f21988f2a874b1fc89b5013e1f6 (patch) | |
tree | d9c463ec4fefcbcb463067df1c7fa1bb6f9f0ee6 /Master | |
parent | 545ee4e6b4431b325114d22c49fb5970cc178f55 (diff) |
change location to repository in some messages
git-svn-id: svn://tug.org/texlive/trunk@14870 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
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 |