xbps-src: do not remove autodeps with -I to make chris2 happy.

This commit is contained in:
Juan RP 2015-04-04 17:52:43 +02:00
parent 0359925890
commit f56e44389c

View file

@ -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" ] && remove_pkg_autodeps
[ -z "$XBPS_TEMP_MASTERDIR" -a -z "$XBPS_SKIP_DEPS" ] && remove_pkg_autodeps
$XBPS_LIBEXECDIR/build.sh $XBPS_TARGET_PKG $XBPS_TARGET_PKG \
$XBPS_TARGET $XBPS_CROSS_BUILD || exit $?
fi