scripts/create_addon: ups. messed on rebase

This commit is contained in:
Stefan Saraev 2015-04-25 19:15:55 +03:00
parent 02df206fde
commit 906b50301c

View File

@ -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 $@