From 39115d823ddf1a3c5cd4b5490a284658b4b64f60 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 4 May 2015 06:07:31 +0200 Subject: [PATCH] xbps-src: respect -C for the origin pkg. --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 46b97b8b472..db6d926328e 100755 --- a/xbps-src +++ b/xbps-src @@ -618,7 +618,7 @@ case "$XBPS_TARGET" in if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG else - [ -z "$XBPS_TEMP_MASTERDIR" -a -z "$XBPS_SKIP_DEPS" ] && remove_pkg_autodeps + [ -z "$XBPS_KEEP_ALL" ] && remove_pkg_autodeps $XBPS_LIBEXECDIR/build.sh $XBPS_TARGET_PKG $XBPS_TARGET_PKG \ $XBPS_TARGET $XBPS_CROSS_BUILD || exit $? fi