summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-04 21:46:33 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-04 21:46:33 +0000
commitc5f7f20f4e0d7e52c8cffbbdc3da599ee25a8ae5 (patch)
tree27c97a8e82a3cb001cbbccbc3c8b10c473d381b2 /eclass/eutils.eclass
parentNew version that builds from source. Perhaps we can now convert from rsync t... (diff)
downloadgentoo-2-c5f7f20f4e0d7e52c8cffbbdc3da599ee25a8ae5.tar.gz
gentoo-2-c5f7f20f4e0d7e52c8cffbbdc3da599ee25a8ae5.tar.bz2
gentoo-2-c5f7f20f4e0d7e52c8cffbbdc3da599ee25a8ae5.zip
better error
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r--eclass/eutils.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 28ec6c0e578a..fb23ee3d3d5a 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.10 2002/12/01 23:22:50 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.11 2002/12/04 21:46:33 azarah Exp $
# This eclass is for general purpose functions that most ebuilds
# have to implement themselves.
#
@@ -156,7 +156,9 @@ epatch() {
if [ ! -d ${EPATCH_SOURCE} ]
then
echo
- eerror "Cannot find \$EPATCH_SOURCE!"
+ eerror "Cannot find \$EPATCH_SOURCE! Value for \$EPATCH_SOURCE is:"
+ eerror
+ eerror " ${EPATCH_SOURCE}"
echo
die "Cannot find \$EPATCH_SOURCE!"
fi