mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
openssl: cert.pem sym link for parts of openssl that don't use cacert.pem
This commit is contained in:
parent
5483e21be9
commit
6474b4b2f7
@ -115,6 +115,7 @@ post_makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_DIR/scripts/openssl-config $INSTALL/usr/bin
|
||||
ln -sf /run/libreelec/cacert.pem $INSTALL/etc/ssl/cacert.pem
|
||||
ln -sf /run/libreelec/cacert.pem $INSTALL/etc/ssl/cert.pem
|
||||
|
||||
# backwards comatibility
|
||||
mkdir -p $INSTALL/etc/pki/tls
|
||||
|
Loading…
x
Reference in New Issue
Block a user