summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/openssl/openssl-0.9.6g-r1.ebuild')
-rw-r--r--dev-libs/openssl/openssl-0.9.6g-r1.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-libs/openssl/openssl-0.9.6g-r1.ebuild b/dev-libs/openssl/openssl-0.9.6g-r1.ebuild
index 52b160540b96..a3acb3e407a6 100644
--- a/dev-libs/openssl/openssl-0.9.6g-r1.ebuild
+++ b/dev-libs/openssl/openssl-0.9.6g-r1.ebuild
@@ -43,5 +43,11 @@ src_install() {
cd ${D}/usr/share/man/man3
mv rand.3 ssl-rand.3
ln -sf ssl-rand.3 openssl-rand.3
+
+ # create the certs directory. Previous openssl builds
+ # would need to create /usr/lib/ssl/certs but this looks
+ # to be the more FHS compliant setup... -raker
+ dodir /etc/ssl/certs
+
}