mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2833 from MilhouseVH/le90_user_ca_fixup
openssl: cert.pem sym link for parts of openssl that don't use cacert…
This commit is contained in:
commit
6c438f9fb1
@ -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