diff options
| author | Jonathan Bauer | 2012-11-20 16:57:38 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-11-20 16:57:38 +0100 |
| commit | ea3ae256ed83fcadbe299a5bda977dcb6613c12e (patch) | |
| tree | 40385816ecd4db9092b39758feecb3b538d9c8c0 | |
| parent | no prefix for plymouth build stuff (diff) | |
| parent | busybox tooldir (diff) | |
| download | tm-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.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 |
