From c28b1501d5ca3e317c1f6bc16248659070bef273 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Jul 2013 06:16:34 +0200 Subject: [PATCH] busybox-hosttools: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR Signed-off-by: Stephan Raue --- packages/sysutils/busybox-hosttools/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox-hosttools/build b/packages/sysutils/busybox-hosttools/build index 255ac4b6c6..d005eabfba 100755 --- a/packages/sysutils/busybox-hosttools/build +++ b/packages/sysutils/busybox-hosttools/build @@ -28,7 +28,7 @@ setup_toolchain host cd $BUILD/busybox* make distclean - cp $ROOT/$PKG_DIR/config/$1.conf .config + cp $PKG_DIR/config/$1.conf .config make oldconfig ARCH=$TARGET_ARCH make CROSS_COMPILE="" KBUILD_VERBOSE="1" install