mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/create_addon: ups. messed on rebase
This commit is contained in:
parent
02df206fde
commit
906b50301c
@ -37,11 +37,16 @@ if [ -n "$PKG_ADDON_PROJECTS" -a ! "$PKG_ADDON_PROJECTS" = "any" ]; then
|
||||
fi
|
||||
done
|
||||
if [ ! "$PROJECT_SUPPORTED" = "yes" ] ; then
|
||||
echo "*** ERROR: $PKG_ADDON_ID: '$PKG_ADDON_REPOVERSION' not supported ***"
|
||||
echo "*** ERROR: $PKG_ADDON_ID: '$PROJECT' not supported ***"
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -n "$PKG_ADDON_REPOVERSION" -a ! "$PKG_ADDON_REPOVERSION" = "$ADDON_VERSION" ]; then
|
||||
echo "*** ERROR: $PKG_ADDON_ID: ADDON_VERSION '$ADDON_VERSION' not supported ***"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$PKG_IS_ADDON" = "yes" ] ; then
|
||||
$SCRIPTS/build $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user