mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Remove a duplicate check
This seems to be caused by a merge gone wrong: 77031582ee
This commit is contained in:
committed by
Stephan Raue
parent
c5ba98fcd7
commit
cb33cc5e35
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user