From 594f37386e421e65f952e8dbe2ede756f4d5088c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 19 Dec 2011 14:39:08 +0100 Subject: [PATCH] ca-certification: fix install location after openssl rework Signed-off-by: Stephan Raue --- packages/security/ca-certification/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/security/ca-certification/install b/packages/security/ca-certification/install index 7f27d53e9d..b2c0025f64 100755 --- a/packages/security/ca-certification/install +++ b/packages/security/ca-certification/install @@ -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