From 8b9fd53759bfc1025a90a1db2dc2cc97553d65e5 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 28 Nov 2018 15:40:03 +0000 Subject: [PATCH] config/path use pkg_call --- config/path | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/path b/config/path index 3f540890a7..f16f18e7e1 100644 --- a/config/path +++ b/config/path @@ -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