From 5efa9709725a9dfa4f1c4395fb7b14d153b3cc28 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 15 May 2014 16:44:47 +0200 Subject: [PATCH] xbps-src: only remove autodeps if chroot is ready. --- xbps-src | 1 - 1 file changed, 1 deletion(-) diff --git a/xbps-src b/xbps-src index 2ba55e3536..2236127629 100755 --- a/xbps-src +++ b/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