install_pkg(): remove another return value test.
This commit is contained in:
parent
9b0ee1ea38
commit
c57efc958f
|
@ -64,7 +64,7 @@ install_pkg()
|
|||
# Install dependencies required by this package.
|
||||
#
|
||||
if [ -z "$doing_deps" ]; then
|
||||
install_dependencies_pkg $pkg || return $?
|
||||
install_dependencies_pkg $pkg
|
||||
#
|
||||
# At this point all required deps are installed, and
|
||||
# only remaining is the origin package; install it.
|
||||
|
|
Loading…
Reference in New Issue