Remove a duplicate check

This seems to be caused by a merge gone wrong: 77031582eec32187dbb4d1cdf753f9f4c2ded5a4
This commit is contained in:
Georgi Georgiev 2014-04-22 17:19:40 +09:00
parent 56caed2811
commit 9e2d383dc1

View File

@ -30,11 +30,6 @@ if [ ! -f $PKG_DIR/package.mk ]; then
exit 1
fi
if [ ! -f $PKG_DIR/package.mk ]; then
printf "${boldred} no package.mk file found in $PKG_DIR${endcolor}\n"
exit 1
fi
# set defaults
PKG_CONFIGURE_SCRIPT=""
PKG_MAKE_OPTS=""