summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 5b3049280cd..59718ab5a28 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3981,8 +3981,9 @@ sub packagecmp {
sub check_on_writable {
if (!TeXLive::TLUtils::dir_writable("$Master/tlpkg")) {
- tlwarn("You don't have permissions to change the installation in any way.\n");
- tlwarn("Please contact the administrator or call this program as administrator.\n");
+ tlwarn("You don't have permission to change the installation in any way,\n");
+ tlwarn("specifically, the directory $Master/tlpkg/ is not writable.\n");
+ tlwarn("Please run this program as administrator, or contact your local admin.\n");
if ($opts{"dry-run"}) {
tlwarn("Continuing due to --dry-run\n");
return 1;