install_pkg_deps() may return 1 sometimes, do not treat it as fatal error.
This commit is contained in:
@@ -73,7 +73,7 @@ install_pkg_deps()
|
|||||||
# Iterate again, this will check if there are more
|
# Iterate again, this will check if there are more
|
||||||
# required deps for current pkg.
|
# required deps for current pkg.
|
||||||
#
|
#
|
||||||
install_pkg_deps $j $curpkg || return $?
|
install_pkg_deps $j $curpkg
|
||||||
prev_pkg="$j"
|
prev_pkg="$j"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user