xbps-src: remove autodeps before updating bootstrap pkgs.
This commit is contained in:
parent
f8bde05dcb
commit
6b1d54f873
1 changed files with 3 additions and 0 deletions
3
xbps-src
3
xbps-src
|
@ -534,8 +534,11 @@ case "$XBPS_TARGET" in
|
||||||
;;
|
;;
|
||||||
bootstrap-update)
|
bootstrap-update)
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
|
chroot_handler remove-autodeps
|
||||||
chroot_handler ${XBPS_TARGET} dummy
|
chroot_handler ${XBPS_TARGET} dummy
|
||||||
else
|
else
|
||||||
|
pkgver=xbps-src
|
||||||
|
remove_pkg_autodeps
|
||||||
${FAKEROOT_CMD} ${XBPS_INSTALL_CMD} -yu
|
${FAKEROOT_CMD} ${XBPS_INSTALL_CMD} -yu
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue