xbps-src: install_bbotstrap -> install_bbootstrap.

This commit is contained in:
Juan RP 2014-08-26 10:50:48 +02:00
parent e582f328b3
commit 9a6614ae31
1 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ check_build_requirements() {
fi fi
} }
install_bbotstrap() { install_bbootstrap() {
[ -n "$CHROOT_READY" ] && return [ -n "$CHROOT_READY" ] && return
# binary bootstrap # binary bootstrap
msg_normal "Installing bootstrap from binary package repositories...\n" msg_normal "Installing bootstrap from binary package repositories...\n"
@ -541,7 +541,7 @@ trap 'exit_func' INT TERM HUP
# #
case "$XBPS_TARGET" in case "$XBPS_TARGET" in
binary-bootstrap) binary-bootstrap)
install_bbotstrap install_bbootstrap
;; ;;
bootstrap) bootstrap)
# bootstrap from sources # bootstrap from sources
@ -561,7 +561,7 @@ case "$XBPS_TARGET" in
install_pkg $XBPS_TARGET install_pkg $XBPS_TARGET
[ -d $XBPS_MASTERDIR ] && rm -rf $XBPS_MASTERDIR [ -d $XBPS_MASTERDIR ] && rm -rf $XBPS_MASTERDIR
unset XBPS_TARGET_PKG unset XBPS_TARGET_PKG
install_bbotstrap install_bbootstrap
;; ;;
bootstrap-update) bootstrap-update)
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then