mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/create_addon: build broken addons - they're placeholders, not actually broken
This commit is contained in:
parent
b306960630
commit
d8689a7e0a
@ -95,8 +95,6 @@ get_addons() {
|
||||
|
||||
# Return 0 if package is a suitable addon, 1 otherwise
|
||||
verify_addon() {
|
||||
[ "${PKG_ADDON_TYPE}" = "xbmc.broken" ] && return 1
|
||||
|
||||
if [ -n "${PKG_ARCH}" ]; then
|
||||
listcontains "${PKG_ARCH}" "!${TARGET_ARCH}" && return 1
|
||||
listcontains "${PKG_ARCH}" "${TARGET_ARCH}" || listcontains "${PKG_ARCH}" "any" || return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user