buildsystem: fix c/p mistake in ef272b04

This commit is contained in:
Stefan Saraev 2013-10-25 22:43:41 +03:00
parent f81df8cbb1
commit 1b23d0e62d

View File

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