diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-07 17:17:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-07 17:17:21 +0000 |
commit | 26c2f20b3c0d51f4a06787516a8bf14b89ffc316 (patch) | |
tree | 1f1942e3af3a3344fb9c32c83d12402e250ce4a8 /Master/common.sh | |
parent | 7bf1be002f342bcf3c1f1303bb5671b17bd6f347 (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-x | Master/common.sh | 5 |
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 } |