mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
xbps-src: only reconfigure ca-certificates if /etc/ssl/certs does not exist.
This commit is contained in:
parent
f57d363ca3
commit
7e92158bbd
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue