summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/macros.packages.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/macros.packages.mk b/mk/macros.packages.mk
index d3a3018..145fd52 100644
--- a/mk/macros.packages.mk
+++ b/mk/macros.packages.mk
@@ -482,7 +482,7 @@ define embtk_makeinstall_hostpkg
$(if $(__embtk_xinstall_xpkg_allvarset-y),
$(if $(__embtk_pkg_installed-y),true,
$(call __embtk_install_hostpkg_make,$(1)))
- $(if $(embtk_postinstall_$(pkgv)),$(embtk_postinstall_$(pkgv))),
+ $(or $(embtk_postinstall_$(pkgv)),true),
$(call __embtk_install_paramsfailure,$(1)))
endef