From f18540f507de4b434c0dfccbcea747654c32b431 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 15 Nov 2008 02:23:43 +0000 Subject: =?UTF-8?q?Fix=20new*=20and=20do*=20ebuild=20helpers=20to=20genera?= =?UTF-8?q?te=20consistent=20error=20messages=20for=20missing=20files=20an?= =?UTF-8?q?d=20generate=20an=20appropriate=20QA=20Notice=20when=20such=20a?= =?UTF-8?q?n=20error=20is=20detected=20in=20the=20build=20log.=20Thanks=20?= =?UTF-8?q?to=20Diego=20'Flameeyes'=20Petten=C3=B2=20=20for?= =?UTF-8?q?=20the=20suggestion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/main/trunk/; revision=11916 --- bin/doins | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/doins') diff --git a/bin/doins b/bin/doins index 658cb2e5d..8c06bfd9a 100755 --- a/bin/doins +++ b/bin/doins @@ -43,6 +43,7 @@ _doins() { install ${INSOPTIONS} "${mysrc}" "${D}${INSDESTTREE}/${mydir}" rval=$? [[ -n ${cleanup} ]] && rm -f "${cleanup}" + [ $rval -ne 0 ] && echo "!!! ${0##*/}: $mysrc does not exist" 1>&2 return $rval } -- cgit v1.2.3-1-g7c22