- tell the user where we unpacked the source
authorNed Ludd <solar@gentoo.org>
Fri, 2 Jan 2009 22:43:46 +0000 (22:43 -0000)
committerNed Ludd <solar@gentoo.org>
Fri, 2 Jan 2009 22:43:46 +0000 (22:43 -0000)
svn path=/main/trunk/; revision=12375

bin/ebuild.sh

index 842e2ffabda87f24972e2f39cf56047053a3f15f..49bbe78ff85811e811f80e09d46c7a658ec83fb8 100755 (executable)
@@ -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