From caf9d4ac6296568c4ccdf4e6fed827433fbc29ce Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 May 2010 12:18:41 +0200 Subject: [PATCH] install_pkg_deps() may return 1 sometimes, do not treat it as fatal error. --- xbps-src/shutils/builddep_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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