From ef4a6077834ef9e7a5bec40a80edb1c47ac844ee Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Mon, 19 Nov 2012 14:34:59 +0100 Subject: busybox tooldir --- remote/tools/busybox/build.busybox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote') 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 -- cgit v1.2.3-55-g7522