From 8ba1dd74fbfd556ff500f1b6f633a376644a4458 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 13 Jan 2008 21:54:38 +0000 Subject: improve error msg if mkdir pkdestdir fails git-svn-id: svn://tug.org/texlive/trunk@6218 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/mktexpk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/kpathsea/mktexpk') 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 -- cgit v1.2.3