buildsystem: log pkg_call that failed

This commit is contained in:
MilhouseVH
2020-02-13 11:44:31 +00:00
parent c6e17d2b06
commit a1e700fd87
5 changed files with 77 additions and 28 deletions
+2 -2
View File
@@ -140,7 +140,7 @@ fi
# install
if [ "${TARGET}" = "target" ] ; then
pkg_call_exists pre_install && pkg_call pre_install
pkg_call_exists_opt pre_install && pkg_call
fi
if [ -n "${PKG_INSTALL}" -a -d "${PKG_INSTALL}" ]; then
@@ -168,7 +168,7 @@ if [ -n "${PKG_INSTALL}" -a -d "${PKG_INSTALL}" ]; then
fi
if [ "${TARGET}" = "target" ] ; then
pkg_call_exists post_install && pkg_call post_install
pkg_call_exists_opt post_install && pkg_call
fi
release_update_lock