From c7611a92929f5042cde2e84acdcc7fd107bfda35 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 Oct 2015 15:36:43 +0100 Subject: [PATCH] xbps-src: document ca-certificates stupid kludge. --- xbps-src | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xbps-src b/xbps-src index 7a6b83b0947..98fd384e467 100755 --- a/xbps-src +++ b/xbps-src @@ -294,9 +294,6 @@ 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" } @@ -606,6 +603,7 @@ if [ -z "$IN_CHROOT" ]; then fi if [ -n "$IN_CHROOT" ]; then + # XXX otherwise etc/ssl/certs is not generated. if xbps-query ca-certificates &>/dev/null; then xbps-reconfigure -f ca-certificates &>/dev/null fi