summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-11-20 16:57:38 +0100
committerJonathan Bauer2012-11-20 16:57:38 +0100
commitea3ae256ed83fcadbe299a5bda977dcb6613c12e (patch)
tree40385816ecd4db9092b39758feecb3b538d9c8c0
parentno prefix for plymouth build stuff (diff)
parentbusybox tooldir (diff)
downloadtm-scripts-ea3ae256ed83fcadbe299a5bda977dcb6613c12e.tar.gz
tm-scripts-ea3ae256ed83fcadbe299a5bda977dcb6613c12e.tar.xz
tm-scripts-ea3ae256ed83fcadbe299a5bda977dcb6613c12e.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
-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