mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3128 from chutzimir/duplicate-check
Remove a duplicate check
This commit is contained in:
commit
3d7bc1d771
@ -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