xbps-src: only run bootstrap-update with -t.
This commit is contained in:
parent
e6fa062394
commit
7610142c34
6
xbps-src
6
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user