From: Zac Medico Date: Tue, 7 Sep 2010 22:07:33 +0000 (-0700) Subject: Fix dyn_setup 'already setup' message to refer to setup instead of X-Git-Tag: v2.2_rc78~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f74439e66eb93d218c16f0936b9c2f1938752aa5;p=portage.git Fix dyn_setup 'already setup' message to refer to setup instead of prepare. --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d49259bd7..171b9c6f4 100755 --- 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