xbps-src: force reconfiguration of ca-certificates if it's there.

This commit is contained in:
Juan RP 2015-10-30 15:19:17 +01:00
parent 10c028a1b7
commit f9eec82888

View file

@ -294,6 +294,9 @@ install_bbootstrap() {
else
XBPS_ARCH=$XBPS_TARGET_PKG xbps-reconfigure -r $XBPS_MASTERDIR -f base-files &>/dev/null
fi
if xbps-query -r $XBPS_MASTERDIR ca-certificates &>/dev/null; then
xbps-reconfigure -r $XBPS_MASTERDIR -f ca-certificates &>/dev/null
fi
msg_normal "Installed bootstrap successfully!\n"
chroot_prepare $XBPS_TARGET_PKG || msg_error "Failed to initialize chroot!\n"
}