From 1b23d0e62dbe64a0ffe53775b6159806d9e24382 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Fri, 25 Oct 2013 22:43:41 +0300 Subject: [PATCH] buildsystem: fix c/p mistake in ef272b04 --- scripts/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build b/scripts/build index 70259da3b3..baf9d388fe 100755 --- a/scripts/build +++ b/scripts/build @@ -263,8 +263,8 @@ if [ ! -f $STAMP ]; then rm -rf $INSTALL fi fi - if [ -d $PKG_BUILD/.$TARGET_NAME ] ; then - rm -rf $PKG_BUILD/.$TARGET_NAME + if [ -d $ROOT/$PKG_BUILD/.$TARGET_NAME ] ; then + rm -rf $ROOT/$PKG_BUILD/.$TARGET_NAME fi # setup configure script