mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
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)
|
||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||
chroot_handler remove-autodeps
|
||||
chroot_handler ${XBPS_TARGET} dummy
|
||||
else
|
||||
pkgver=xbps-src
|
||||
|
|
Loading…
Add table
Reference in a new issue