summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2009-01-02 22:43:46 +0000
committerNed Ludd <solar@gentoo.org>2009-01-02 22:43:46 +0000
commit8f0c34d2248f86c34ee42eb7031ecbe82236c8e2 (patch)
tree9b814eb69930180583a1f883cf0666dff120ea46 /bin
parent1497b300a1f5f7c6745eddc6eab3b6972f2d9494 (diff)
downloadportage-8f0c34d2248f86c34ee42eb7031ecbe82236c8e2.tar.gz
portage-8f0c34d2248f86c34ee42eb7031ecbe82236c8e2.tar.bz2
portage-8f0c34d2248f86c34ee42eb7031ecbe82236c8e2.zip
- tell the user where we unpacked the source
svn path=/main/trunk/; revision=12375
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
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