Update the `touch .unpacked` error message to output the actual path in order
authorJason Stubbs <jstubbs@gentoo.org>
Sat, 31 Dec 2005 05:05:41 +0000 (05:05 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sat, 31 Dec 2005 05:05:41 +0000 (05:05 -0000)
to match the other touch error messages.

svn path=/main/trunk/; revision=2507

bin/ebuild.sh

index 06086f22fc08c1b2f479950237b7141be34ee2e7..dc3bf6a14c10367b759fc2eadffd10c49a4346b5 100755 (executable)
@@ -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}"