summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/mktexpk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-01-13 21:54:38 +0000
committerKarl Berry <karl@freefriends.org>2008-01-13 21:54:38 +0000
commit8ba1dd74fbfd556ff500f1b6f633a376644a4458 (patch)
treefdd15ad883bc36746c976322e1af073d6fa1ee39 /Build/source/texk/kpathsea/mktexpk
parentda3e320d2f5628449299c09fe1b413f5852cd6d1 (diff)
improve error msg if mkdir pkdestdir fails
git-svn-id: svn://tug.org/texlive/trunk@6218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/mktexpk')
-rwxr-xr-xBuild/source/texk/kpathsea/mktexpk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/mktexpk b/Build/source/texk/kpathsea/mktexpk
index 4a16e0d3477..baed82a83fa 100755
--- a/Build/source/texk/kpathsea/mktexpk
+++ b/Build/source/texk/kpathsea/mktexpk
@@ -4,7 +4,8 @@
# (If you change or delete the word `original' on the previous line,
# installation won't write this script over yours.)
#
-# te@dbs.uni-hannover.de, kb@mail.tug.org, and infovore@xs4all.nl.
+# Originally written by Thomas Esser, Karl Berry, and Olaf Weber.
+# Report bugs to tex-k@tug.org.
# Public domain.
version='$Id: mktexpk,v 1.34 2005/06/21 10:49:10 olaf Exp $'
@@ -212,7 +213,7 @@ fi
"$MT_MKTEXDIR" "$PKDESTDIR"
if test ! -d "$PKDESTDIR"; then
- echo "$progname: mktexdir $PKDESTDIR failed." >&2
+ echo "$progname: $MT_MKTEXDIR $PKDESTDIR failed." >&2
exit 1
fi