Merge pull request #2481 from dm0-/openssl-etc

dev-libs/openssl: package /etc/ssl for SDK bootstrapping
This commit is contained in:
David Michael 2017-03-15 11:22:20 -07:00 committed by GitHub
commit 074727d522

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
}