mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 00:39:53 +00:00
scripts/create_addon: use pkg_call
This commit is contained in:
parent
b5be90e394
commit
aaa8c7e493
@ -208,9 +208,7 @@ build_addon() {
|
||||
rm -rf $ADDON_BUILD
|
||||
|
||||
# install addon parts
|
||||
if [ "$(type -t addon)" = "function" ]; then
|
||||
addon
|
||||
else
|
||||
if ! pkg_call addon; then
|
||||
install_binary_addon $PKG_ADDON_ID
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user