xbps-src: force reconfiguration of ca-certificates if it's there.
This commit is contained in:
parent
10c028a1b7
commit
f9eec82888
1 changed files with 3 additions and 0 deletions
3
xbps-src
3
xbps-src
|
@ -294,6 +294,9 @@ install_bbootstrap() {
|
||||||
else
|
else
|
||||||
XBPS_ARCH=$XBPS_TARGET_PKG xbps-reconfigure -r $XBPS_MASTERDIR -f base-files &>/dev/null
|
XBPS_ARCH=$XBPS_TARGET_PKG xbps-reconfigure -r $XBPS_MASTERDIR -f base-files &>/dev/null
|
||||||
fi
|
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"
|
msg_normal "Installed bootstrap successfully!\n"
|
||||||
chroot_prepare $XBPS_TARGET_PKG || msg_error "Failed to initialize chroot!\n"
|
chroot_prepare $XBPS_TARGET_PKG || msg_error "Failed to initialize chroot!\n"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue