mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
xbps-src: only run bootstrap-update with -t.
This commit is contained in:
parent
e6fa062394
commit
7610142c34
1 changed files with 4 additions and 2 deletions
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue