xbps-src: when all deps have been processed exit directly.
This commit is contained in:
parent
dd420bb12c
commit
9bf1ba5f88
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ install_pkg() {
|
||||||
# Package built successfully. Exit directly due to nested install_pkg
|
# Package built successfully. Exit directly due to nested install_pkg
|
||||||
# and install_pkg_deps functions.
|
# and install_pkg_deps functions.
|
||||||
remove_cross_pkg $cross
|
remove_cross_pkg $cross
|
||||||
return 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue