xbps-src: repair bootstrap installation.
This commit is contained in:
parent
3fcb1c1382
commit
4545aca5e3
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ install_pkg() {
|
||||||
rm -f ${_log}
|
rm -f ${_log}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_PKG" = "$sourcepkg" ]; then
|
if [ "$XBPS_TARGET_PKG" = "$sourcepkg" -a "$XBPS_TARGET" != "bootstrap" ]; then
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue