install_pkg(): exit immediately on errors.
--HG-- extra : convert_revision : ac0332748a5390d3324329a2aa5630ef35e0bf7d
This commit is contained in:
@@ -98,7 +98,7 @@ install_pkg()
|
|||||||
env xbps_machine=${xbps_machine} \
|
env xbps_machine=${xbps_machine} \
|
||||||
${fakeroot_cmd} ${fakeroot_cmd_args} \
|
${fakeroot_cmd} ${fakeroot_cmd_args} \
|
||||||
@@XBPS_INSTALL_LIBEXECDIR@@/xbps-src-doinst-helper \
|
@@XBPS_INSTALL_LIBEXECDIR@@/xbps-src-doinst-helper \
|
||||||
${curpkgn} || return $?
|
${curpkgn} || exit $?
|
||||||
|
|
||||||
# Always write metadata to package's destdir.
|
# Always write metadata to package's destdir.
|
||||||
. $XBPS_SHUTILSDIR/metadata.sh
|
. $XBPS_SHUTILSDIR/metadata.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user