summaryrefslogtreecommitdiff
path: root/Master/common.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-07 17:17:21 +0000
committerKarl Berry <karl@freefriends.org>2006-12-07 17:17:21 +0000
commit26c2f20b3c0d51f4a06787516a8bf14b89ffc316 (patch)
tree1f1942e3af3a3344fb9c32c83d12402e250ce4a8 /Master/common.sh
parent7bf1be002f342bcf3c1f1303bb5671b17bd6f347 (diff)
refer to the actual file we test (report from Gerben).
git-svn-id: svn://tug.org/texlive/trunk@2611 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/common.sh')
-rwxr-xr-xMaster/common.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/common.sh b/Master/common.sh
index 92d5ecbf819..240c679b247 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -1331,8 +1331,9 @@ common_end_install()
$skip_systemstuff || greetings
if $skip_systemstuff; then
- echo Since you already had files in $TEXDIR/texmf-dist/web2c
- echo We have not touched anything there. Please review your setup.
+ echo Since $TEXMFCNF_DIR/texmf.cnf already existed,
+ echo we have not touched modified anything in that directory.
+ echo Please review your setup.
fi
exit
}