From: Ned Ludd Date: Fri, 2 Jan 2009 22:43:46 +0000 (-0000) Subject: - tell the user where we unpacked the source X-Git-Tag: v2.2_rc21~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f0c34d2248f86c34ee42eb7031ecbe82236c8e2;p=portage.git - tell the user where we unpacked the source svn path=/main/trunk/; revision=12375 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 842e2ffab..49bbe78ff 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -691,7 +691,7 @@ dyn_unpack() { vecho ">>> Unpacking source..." ebuild_phase src_unpack touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in ${PORTAGE_BUILDDIR}" - vecho ">>> Source unpacked." + vecho ">>> Source unpacked in ${WORKDIR}" cd "${PORTAGE_BUILDDIR}" [ "$(type -t post_src_unpack)" == "function" ] && qa_call post_src_unpack