projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f6576
)
ebuild.sh: don't hardcode distcc pump path
author
Jeremy Murphy
<jeremy.william.murphy@gmail.com>
Thu, 9 Jun 2011 14:34:35 +0000
(07:34 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Jun 2011 14:34:35 +0000
(07:34 -0700)
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 37a30848106b03098f6a0fc7d2e77b8fc7804212..9ca41a62a379a0ba674d834aef50f8f5fa5cb18e 100755
(executable)
--- 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