diff options
| author | Michael Neves | 2012-11-19 14:34:59 +0100 |
|---|---|---|
| committer | Michael Neves | 2012-11-19 14:34:59 +0100 |
| commit | ef4a6077834ef9e7a5bec40a80edb1c47ac844ee (patch) | |
| tree | 013a53a834c7aeda48939081cd8077ff217520dc /remote/tools/busybox | |
| parent | build script paths fixes (diff) | |
| download | tm-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.busybox | 2 |
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 |
