summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2011-05-30 19:42:46 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2011-05-30 19:42:46 +0000
commit9629e970cd48e4e43c78ae4105bd3380b4cb82f5 (patch)
tree7ceb8edacf91d4fa569364802da598d6c2e57b4a /Master/tlpkg/installer/install-menu-text.pl
parent03614d57b851e87bd64f908b6c1dfad07b945811 (diff)
Fixes for handling TEXDIR
git-svn-id: svn://tug.org/texlive/trunk@22688 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 57325029979..b349c52ce59 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -458,7 +458,8 @@ sub directories_menu
menu_head "Directories setup:";
if (!TeXLive::TLUtils::texdir_check($vars{'TEXDIR'})) {
- print "!! The default location as given below can't be written to.
+ print "!! The default location as given below is forbidden or
+!! can't be written to.
!! Either change the destination directory using <1> or create it
!! outside this script.
";