From 7610142c34ddd73769fd11d1117707cf1299cdd8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 Mar 2015 10:14:47 +0100 Subject: [PATCH] xbps-src: only run bootstrap-update with -t. --- xbps-src | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xbps-src b/xbps-src index 4d25fa94578..291b9811234 100755 --- a/xbps-src +++ b/xbps-src @@ -612,8 +612,10 @@ case "$XBPS_TARGET" in fetch|extract|build|configure|install|pkg) BEGIN_INSTALL=1 read_pkg - bootstrap_update - create_temporary_masterdir + if [ -n "$XBPS_TEMP_MASTERDIR" ]; then + bootstrap_update + create_temporary_masterdir + fi if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG else