xbps-src: fail when a binpkg builddep cannot be installed.

This commit is contained in:
Juan RP 2011-06-20 19:08:47 +02:00
parent 66c3ae82d3
commit 6f5d00003c

View file

@ -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