install_pkg_deps() may return 1 sometimes, do not treat it as fatal error.
This commit is contained in:
parent
2ee55de018
commit
caf9d4ac62
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue