mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
buildsystem: log pkg_call that failed
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user