xbps-src: fix regression: -I does not remove autodeps.
This commit is contained in:
parent
5947388592
commit
ee55b1081e
2
xbps-src
2
xbps-src
|
@ -622,7 +622,7 @@ case "$XBPS_TARGET" in
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG
|
chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG
|
||||||
else
|
else
|
||||||
[ -z "$XBPS_KEEP_ALL" ] && remove_pkg_autodeps
|
[ -z "$XBPS_KEEP_ALL" -a -z "$XBPS_SKIP_DEPS" ] && remove_pkg_autodeps
|
||||||
$XBPS_LIBEXECDIR/build.sh $XBPS_TARGET_PKG $XBPS_TARGET_PKG \
|
$XBPS_LIBEXECDIR/build.sh $XBPS_TARGET_PKG $XBPS_TARGET_PKG \
|
||||||
$XBPS_TARGET $XBPS_CROSS_BUILD || exit $?
|
$XBPS_TARGET $XBPS_CROSS_BUILD || exit $?
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue