summaryrefslogtreecommitdiffstats
path: root/remote/tools/busybox
diff options
context:
space:
mode:
authorMichael Neves2012-11-19 14:34:59 +0100
committerMichael Neves2012-11-19 14:34:59 +0100
commitef4a6077834ef9e7a5bec40a80edb1c47ac844ee (patch)
tree013a53a834c7aeda48939081cd8077ff217520dc /remote/tools/busybox
parentbuild script paths fixes (diff)
downloadtm-scripts-ef4a6077834ef9e7a5bec40a80edb1c47ac844ee.tar.gz
tm-scripts-ef4a6077834ef9e7a5bec40a80edb1c47ac844ee.tar.xz
tm-scripts-ef4a6077834ef9e7a5bec40a80edb1c47ac844ee.zip
busybox tooldir
Diffstat (limited to 'remote/tools/busybox')
-rw-r--r--remote/tools/busybox/build.busybox2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/busybox/build.busybox b/remote/tools/busybox/build.busybox
index 23d67a55..f600d93b 100644
--- a/remote/tools/busybox/build.busybox
+++ b/remote/tools/busybox/build.busybox
@@ -19,7 +19,7 @@ build()
if [ ! -e .built ]; then
cd src
make
- [ ! -d ../build/$TARGET_DIR ] && mkdir -p ../build/$TARGET_DIR
+ [ ! -d $TOOL_DIR/$TOOL/build/$TARGET_DIR ] && mkdir -p $TOOL_DIR/$TOOL/build/$TARGET_DIR
make CONFIG_PREFIX=$TOOL_DIR/$TOOL/build/$TARGET_DIR install
cd -
touch .built