From: Jason Stubbs Date: Sat, 31 Dec 2005 05:05:41 +0000 (-0000) Subject: Update the `touch .unpacked` error message to output the actual path in order X-Git-Tag: v2.1_pre3~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=16a3c71f689cc28457fd948670d168f1787ccc61;p=portage.git Update the `touch .unpacked` error message to output the actual path in order to match the other touch error messages. svn path=/main/trunk/; revision=2507 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 06086f22f..dc3bf6a14 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -658,7 +658,7 @@ dyn_unpack() { [ -d "$WORKDIR" ] && cd "${WORKDIR}" echo ">>> Unpacking source..." src_unpack - touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in BUILDIR" + touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in ${PORTAGE_BUILDIR}" echo ">>> Source unpacked." cd "${PORTAGE_BUILDDIR}"