busybox-hosttools: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-07-17 06:16:34 +02:00
parent 0b1fa772e0
commit c28b1501d5

View File

@ -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