projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a44a2
)
Fix dyn_setup 'already setup' message to refer to setup instead of
author
Zac Medico
<zmedico@gentoo.org>
Tue, 7 Sep 2010 22:07:33 +0000
(15:07 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 7 Sep 2010 22:07:33 +0000
(15:07 -0700)
prepare.
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index d49259bd703eeafd78acefac699edaa07f935a3c..171b9c6f46a7e528e3c7eb2bad3f7c23592f2b8a 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-699,7
+699,7
@@
dyn_pretend() {
dyn_setup() {
if [[ -e $PORTAGE_BUILDDIR/.setuped ]] ; then
vecho ">>> It appears that '$PF' is already setup; skipping."
- vecho ">>> Remove '$PORTAGE_BUILDDIR/.setuped' to force
prepare
."
+ vecho ">>> Remove '$PORTAGE_BUILDDIR/.setuped' to force
setup
."
return 0
fi
ebuild_phase pre_pkg_setup