mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
config/path use pkg_call
This commit is contained in:
parent
710c607016
commit
8b9fd53759
@ -164,9 +164,7 @@ BUILD_INDENT_SIZE=4
|
||||
|
||||
# If sourcing a package, configure any package variables dependent on variables we have set
|
||||
if [ -n "$PKG_DIR" -a -r $PKG_DIR/package.mk ]; then
|
||||
if [ "$(type -t configure_package)" = "function" ]; then
|
||||
configure_package
|
||||
fi
|
||||
pkg_call_optional configure_package
|
||||
fi
|
||||
|
||||
# multilib? nah
|
||||
|
Loading…
x
Reference in New Issue
Block a user