xbps-src: only run bootstrap-update with -t.
This commit is contained in:
6
xbps-src
6
xbps-src
@@ -612,8 +612,10 @@ case "$XBPS_TARGET" in
|
|||||||
fetch|extract|build|configure|install|pkg)
|
fetch|extract|build|configure|install|pkg)
|
||||||
BEGIN_INSTALL=1
|
BEGIN_INSTALL=1
|
||||||
read_pkg
|
read_pkg
|
||||||
bootstrap_update
|
if [ -n "$XBPS_TEMP_MASTERDIR" ]; then
|
||||||
create_temporary_masterdir
|
bootstrap_update
|
||||||
|
create_temporary_masterdir
|
||||||
|
fi
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG
|
chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user