xbps-src: fail when a binpkg builddep cannot be installed.
This commit is contained in:
parent
66c3ae82d3
commit
6f5d00003c
|
@ -158,7 +158,7 @@ install_dependencies_pkg()
|
|||
rval=$?
|
||||
if [ $rval -eq 255 ]; then
|
||||
# xbps-bin returned unexpected error (-1)
|
||||
return $?
|
||||
msg_error "${pkgname}-${lver}: failed to install required binpkgdeps!\n"
|
||||
elif [ $rval -eq 0 ]; then
|
||||
# Install successfully
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue