mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Remove a duplicate check
This seems to be caused by a merge gone wrong: 77031582eec32187dbb4d1cdf753f9f4c2ded5a4
This commit is contained in:
parent
56caed2811
commit
9e2d383dc1
@ -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=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user