xbps-src: fail when a binpkg builddep cannot be installed.
This commit is contained in:
parent
66c3ae82d3
commit
6f5d00003c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue