xbps-src: only remove autodeps if chroot is ready.
This commit is contained in:
parent
6b1d54f873
commit
5efa970972
1 changed files with 0 additions and 1 deletions
1
xbps-src
1
xbps-src
|
@ -534,7 +534,6 @@ case "$XBPS_TARGET" in
|
||||||
;;
|
;;
|
||||||
bootstrap-update)
|
bootstrap-update)
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
chroot_handler remove-autodeps
|
|
||||||
chroot_handler ${XBPS_TARGET} dummy
|
chroot_handler ${XBPS_TARGET} dummy
|
||||||
else
|
else
|
||||||
pkgver=xbps-src
|
pkgver=xbps-src
|
||||||
|
|
Loading…
Reference in a new issue