xbps-src: fail when a binpkg builddep cannot be installed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user