diff --git a/xbps-src/shutils/builddep_funcs.sh b/xbps-src/shutils/builddep_funcs.sh index ee124e2365..d095bba385 100644 --- a/xbps-src/shutils/builddep_funcs.sh +++ b/xbps-src/shutils/builddep_funcs.sh @@ -73,7 +73,7 @@ install_pkg_deps() # Iterate again, this will check if there are more # required deps for current pkg. # - install_pkg_deps $j $curpkg || return $? + install_pkg_deps $j $curpkg prev_pkg="$j" done