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