From 7e92158bbdda2882ebaa765805c8c008c95be53e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 Oct 2015 15:54:13 +0100 Subject: [PATCH] xbps-src: only reconfigure ca-certificates if /etc/ssl/certs does not exist. --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 98fd384e467..35a31094c4f 100755 --- a/xbps-src +++ b/xbps-src @@ -602,7 +602,7 @@ if [ -z "$IN_CHROOT" ]; then fi fi -if [ -n "$IN_CHROOT" ]; then +if [ -n "$IN_CHROOT" -a ! -d /etc/ssl/certs ]; then # XXX otherwise etc/ssl/certs is not generated. if xbps-query ca-certificates &>/dev/null; then xbps-reconfigure -f ca-certificates &>/dev/null