Revert "xbps-src: when all deps have been processed exit directly."
This reverts commit 9bf1ba5f8822682969cc1fb57248a81fcee57e96. I still think the behaviour I observed was related to something else.
This commit is contained in:
parent
7728df4977
commit
ad79b8e7e2
@ -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
|
||||||
exit 0
|
return 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user