Skip to content

Commit

Permalink
main/libressl: move /etc/ssl to libcrypto subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
vakartel authored and ncopa committed Oct 3, 2017
1 parent 3f81c7d commit d0582bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main/libressl/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d0582bc

Please sign in to comment.