projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9542b27
)
(trunk r12375)
author
Zac Medico
<zmedico@gentoo.org>
Mon, 12 Jan 2009 08:12:27 +0000
(08:12 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 12 Jan 2009 08:12:27 +0000
(08:12 -0000)
svn path=/main/branches/2.1.6/; revision=12445
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 842e2ffabda87f24972e2f39cf56047053a3f15f..49bbe78ff85811e811f80e09d46c7a658ec83fb8 100755
(executable)
--- 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