xbps-src: repair bootstrap-update in the !chroot case.
This commit is contained in:
parent
5214ac2e8f
commit
e2e7b10b0d
2 changed files with 4 additions and 9 deletions
2
xbps-src
2
xbps-src
|
@ -294,7 +294,7 @@ install_bbootstrap() {
|
|||
}
|
||||
|
||||
bootstrap_update() {
|
||||
if [ -z "$CHROOT_READY" -o -z "$IN_CHROOT" ]; then
|
||||
if [ -z "$CHROOT_READY" ]; then
|
||||
return
|
||||
fi
|
||||
remove_pkg_autodeps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue