xbps-src: remove ca-certificates workaround; will be fixed correctly.
This commit is contained in:
parent
e198152e2b
commit
3a64a0f770
1 changed files with 0 additions and 7 deletions
7
xbps-src
7
xbps-src
|
@ -602,13 +602,6 @@ if [ -z "$IN_CHROOT" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
# Main switch.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue