xbps-src: remove ca-certificates workaround; will be fixed correctly.

This commit is contained in:
Juan RP 2015-10-31 07:51:56 +01:00
parent e198152e2b
commit 3a64a0f770

View file

@ -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.
#