dev-libs/openssl: package /etc/ssl for SDK bootstrapping

This commit is contained in:
David Michael 2017-03-15 10:20:28 -07:00
parent 77abd49c24
commit afc3759e70

View File

@ -244,5 +244,8 @@ multilib_src_install_all() {
dodir /usr/share/ssl
insinto /usr/share/ssl
doins "${S}"/apps/openssl.cnf
systemd_dotmpfilesd ${FILESDIR}/openssl.conf
systemd_dotmpfilesd "${FILESDIR}"/openssl.conf
# Package the tmpfiles.d setup for SDK bootstrapping.
systemd-tmpfiles --create --root="${ED}" "${FILESDIR}"/openssl.conf
}