From 9a6614ae31c06716522bc3177abb3963ee830614 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 Aug 2014 10:50:48 +0200 Subject: [PATCH] xbps-src: install_bbotstrap -> install_bbootstrap. --- xbps-src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xbps-src b/xbps-src index 72aa86e120f..d24b1da1c50 100755 --- a/xbps-src +++ b/xbps-src @@ -236,7 +236,7 @@ check_build_requirements() { fi } -install_bbotstrap() { +install_bbootstrap() { [ -n "$CHROOT_READY" ] && return # binary bootstrap msg_normal "Installing bootstrap from binary package repositories...\n" @@ -541,7 +541,7 @@ trap 'exit_func' INT TERM HUP # case "$XBPS_TARGET" in binary-bootstrap) - install_bbotstrap + install_bbootstrap ;; bootstrap) # bootstrap from sources @@ -561,7 +561,7 @@ case "$XBPS_TARGET" in install_pkg $XBPS_TARGET [ -d $XBPS_MASTERDIR ] && rm -rf $XBPS_MASTERDIR unset XBPS_TARGET_PKG - install_bbotstrap + install_bbootstrap ;; bootstrap-update) if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then