xbps-src: force reconfiguration of ca-certificates if it's there.
This commit is contained in:
parent
10c028a1b7
commit
f9eec82888
3
xbps-src
3
xbps-src
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user