From: Jeremy Murphy Date: Thu, 9 Jun 2011 14:34:35 +0000 (-0700) Subject: ebuild.sh: don't hardcode distcc pump path X-Git-Tag: v2.2.0_alpha39~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12dd82b64c23764fab5a185bcfba446af3fcbf46;p=portage.git ebuild.sh: don't hardcode distcc pump path --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 37a308481..9ca41a62a 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1073,8 +1073,8 @@ dyn_compile() { if hasq distcc $FEATURES && hasq distcc-pump $FEATURES ; then if [[ -z $INCLUDE_SERVER_PORT ]] || [[ ! -w $INCLUDE_SERVER_PORT ]] ; then - eval $(/usr/bin/pump --startup) - trap "/usr/bin/pump --shutdown" EXIT + eval $(pump --startup) + trap "pump --shutdown" EXIT fi fi