xbps-src: return 0 on success, 1 on error and 2 on nocross/broken (ignore).
This commit is contained in:
parent
bc3c2eecaf
commit
0337b86f43
4 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@ install_cross_pkg $XBPS_CROSS_BUILD
|
|||
|
||||
# Install dependencies from binary packages
|
||||
if [ "$PKGNAME" != "$TARGET_PKG" -o -z "$XBPS_SKIP_DEPS" ]; then
|
||||
install_pkg_deps $PKGNAME $TARGET_PKG pkg $XBPS_CROSS_BUILD || exit 1
|
||||
install_pkg_deps $PKGNAME $TARGET_PKG pkg $XBPS_CROSS_BUILD || exit $?
|
||||
fi
|
||||
|
||||
# Fetch distfiles after installing required dependencies,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue