ca-certification: fix install location after openssl rework

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-19 14:39:08 +01:00
parent 33b4515aa2
commit 594f37386e

View File

@ -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