diff options
Diffstat (limited to 'Master/bin/i386-linux/mktexpk')
-rwxr-xr-x | Master/bin/i386-linux/mktexpk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/bin/i386-linux/mktexpk b/Master/bin/i386-linux/mktexpk index 4a16e0d3477..baed82a83fa 100755 --- a/Master/bin/i386-linux/mktexpk +++ b/Master/bin/i386-linux/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 |