aboutsummaryrefslogtreecommitdiffstats
path: root/main/libressl
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-09-29 17:47:18 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-03 12:18:44 +0000
commitd0582bc4507d38d859159ae3072b8c6d4e5a97a7 (patch)
treec3c10d554dea677ea4f7cbea5956e6a77a11f8f6 /main/libressl
parent3f81c7dbfa7e6f9c18092efcedb79351d42f3799 (diff)
downloadaports-d0582bc4507d38d859159ae3072b8c6d4e5a97a7.tar.bz2
aports-d0582bc4507d38d859159ae3072b8c6d4e5a97a7.tar.xz
main/libressl: move /etc/ssl to libcrypto subpackage
Diffstat (limited to 'main/libressl')
-rw-r--r--main/libressl/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/libressl/APKBUILD b/main/libressl/APKBUILD
index ec586d2891..f02bdd7785 100644
--- a/main/libressl/APKBUILD
+++ b/main/libressl/APKBUILD
@@ -9,7 +9,7 @@
pkgname=libressl
pkgver=2.5.5
_namever=${pkgname}${pkgver%.*}
-pkgrel=2
+pkgrel=3
pkgdesc="Version of the TLS/crypto stack forked from OpenSSL"
url="http://www.libressl.org/"
arch="all"
@@ -62,6 +62,9 @@ _libs() {
mv $f "$subpkgdir"/lib/
ln -s ../../lib/${f##*/} "$subpkgdir"/usr/lib/${f##*/}
done
+ if [ "$name" = "libcrypto" ]; then
+ mv "$pkgdir"/etc "$subpkgdir"
+ fi
}
sha512sums="3f576e74ddea17bd72e1bfbe0b57b94e1a2a9e6fa56cee50624cd8d18f0a8674273086225669e6ece56e6b859d2376e36e2c140d37acb52d4cd79374c4ba7096 libressl-2.5.5.tar.gz