mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
exit 1
|
||||||
fi
|
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
|
# set defaults
|
||||||
PKG_CONFIGURE_SCRIPT=""
|
PKG_CONFIGURE_SCRIPT=""
|
||||||
PKG_MAKE_OPTS=""
|
PKG_MAKE_OPTS=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user