config/path use pkg_call

This commit is contained in:
MilhouseVH 2018-11-28 15:40:03 +00:00
parent 710c607016
commit 8b9fd53759

View File

@ -164,9 +164,7 @@ BUILD_INDENT_SIZE=4
# If sourcing a package, configure any package variables dependent on variables we have set # 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 [ -n "$PKG_DIR" -a -r $PKG_DIR/package.mk ]; then
if [ "$(type -t configure_package)" = "function" ]; then pkg_call_optional configure_package
configure_package
fi
fi fi
# multilib? nah # multilib? nah