diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-11-05 23:05:29 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-11-05 23:12:11 +0100 |
commit | 4cd81cecf7f49e27e76582949c66afc7e23f870a (patch) | |
tree | a64aef1e64a3b1dd815c97bc3f5490fef5e845d8 /main/libressl/APKBUILD | |
parent | c5a0a82d67a1e8535104c266f510c44a3f7ece2a (diff) | |
download | aports-4cd81cecf7f49e27e76582949c66afc7e23f870a.tar.bz2 aports-4cd81cecf7f49e27e76582949c66afc7e23f870a.tar.xz |
main/libressl: remove /usr/bin/openssl symlink to avoid clash of cmd:openssl
Diffstat (limited to 'main/libressl/APKBUILD')
-rw-r--r-- | main/libressl/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/libressl/APKBUILD b/main/libressl/APKBUILD index 6563efb0b0..a5be6cdd5d 100644 --- a/main/libressl/APKBUILD +++ b/main/libressl/APKBUILD @@ -12,7 +12,7 @@ pkgname=libressl pkgver=2.9.2 _namever=${pkgname}${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="Version of the TLS/crypto stack forked from OpenSSL" url="http://www.libressl.org/" arch="all" @@ -68,10 +68,8 @@ package() { cd "$pkgdir" # /usr/bin/openssl will be replaced with openssl's binary. We provide - # a /usr/bin/libressl binary in case something needs it and a - # symlink so /usr/bin/openssl exists during upgrade + # a /usr/bin/libressl binary in case something needs it. mv usr/bin/openssl usr/bin/libressl - ln -s libressl usr/bin/openssl # Provided by ca-certificates-cacerts rm etc/ssl/cert.pem |