aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlcapriotti <lcapriotti@svn>2010-02-18 15:50:49 +0000
committerlcapriotti <lcapriotti@svn>2010-02-18 15:50:49 +0000
commite2c9e36259e47916d7346f4d02203ba04c30caca (patch)
tree3e60bc1c694e5069d312579c3275ff0a71a99fd5 /tools
parent0a69711ea43f37f5f60f776773b35354f1bcb82f (diff)
cloned tools must not have the priority over system binaries
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27945 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-xtools/XBMCLive/SDK/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/build.sh b/tools/XBMCLive/SDK/build.sh
index d02d1ed2fc..4716ceb7ae 100755
--- a/tools/XBMCLive/SDK/build.sh
+++ b/tools/XBMCLive/SDK/build.sh
@@ -101,7 +101,7 @@ if ! which lh > /dev/null ; then
LH_HOMEDIR=$WORKPATH/Tools/live-helper
export LH_BASE="${LH_HOMEDIR}"
- export PATH="${LH_BASE}/helpers:${PATH}"
+ export PATH="${PATH}:${LH_BASE}/helpers"
cd $THISDIR
fi