mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ca-certification: fix install location after openssl rework
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
33b4515aa2
commit
594f37386e
@ -22,6 +22,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/etc/ssl
|
||||
cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/ssl
|
||||
cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/ssl/cacert.pem
|
||||
mkdir -p $INSTALL/etc/pki/tls
|
||||
cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/pki/tls
|
||||
cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/pki/tls/cacert.pem
|
||||
|
Loading…
x
Reference in New Issue
Block a user