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