diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-04-06 19:28:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-04-06 19:28:29 +0000 |
commit | 737507f4ce97cd7408eb7b2196bb86fb524259fe (patch) | |
tree | 947e86e8761130b71d773cd17143d84358389ef5 | |
parent | f93f18f6a83afd580b3ee84c6160d72e97aedb92 (diff) | |
download | portage-737507f4ce97cd7408eb7b2196bb86fb524259fe.tar.gz portage-737507f4ce97cd7408eb7b2196bb86fb524259fe.tar.bz2 portage-737507f4ce97cd7408eb7b2196bb86fb524259fe.zip |
add /usr/local/{,s}bin to PATH; bug 117713
svn path=/main/trunk/; revision=3082
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index fe2f360f7..8dddc4eb9 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -55,7 +55,7 @@ fi [ ! -z "$OCC" ] && export CC="$OCC" [ ! -z "$OCXX" ] && export CXX="$OCXX" -export PATH="/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:${ROOTPATH}" +export PATH="/usr/local/sbin:/sbin:/usr/sbin:/usr/lib/portage/bin:/usr/local/bin:/bin:/usr/bin:${ROOTPATH}" [ ! -z "$PREROOTPATH" ] && export PATH="${PREROOTPATH%%:}:$PATH" source /usr/lib/portage/bin/isolated-functions.sh &>/dev/null |