summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-12 08:12:27 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-12 08:12:27 +0000
commitc9ef46476e777cd8429a4d4d3b7f7ac4ebf4d818 (patch)
treef63e04edcce163b7b549653e4dae2f8efa7e8170 /bin/ebuild.sh
parent9542b273bf13e12ac3a8c653c28a2eed11f98945 (diff)
downloadportage-c9ef46476e777cd8429a4d4d3b7f7ac4ebf4d818.tar.gz
portage-c9ef46476e777cd8429a4d4d3b7f7ac4ebf4d818.tar.bz2
portage-c9ef46476e777cd8429a4d4d3b7f7ac4ebf4d818.zip
(trunk r12375)
svn path=/main/branches/2.1.6/; revision=12445
Diffstat (limited to 'bin/ebuild.sh')
-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