openssl: add location of system certificates for SUSE Linux (#10242)
This commit is contained in:
parent
7d9dbc5fd2
commit
3477d33751
@ -112,7 +112,9 @@ def link_system_certs(self):
|
||||
# CentOS, Fedora, RHEL
|
||||
'/etc/pki/tls',
|
||||
# Ubuntu
|
||||
'/usr/lib/ssl'
|
||||
'/usr/lib/ssl',
|
||||
# OpenSUSE
|
||||
'/etc/ssl'
|
||||
]
|
||||
|
||||
pkg_dir = join_path(self.prefix, 'etc', 'openssl')
|
||||
|
Loading…
Reference in New Issue
Block a user