diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-01-21 12:29:12 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-01-21 12:29:12 +0100 |
commit | 1bd64d870a920ee5c6194bc69249cd9686be3a28 (patch) | |
tree | 1e544d498e404c6a2168c0d9928711acaed7eb9e /testing | |
parent | 66fc48a66be23fd3234e12eb902ada572d9a61f2 (diff) | |
download | aports-1bd64d870a920ee5c6194bc69249cd9686be3a28.tar.bz2 aports-1bd64d870a920ee5c6194bc69249cd9686be3a28.tar.xz |
testing/outils: don't remove man pages manually
The OpenSSL man pages have been renamed.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/outils/APKBUILD | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/testing/outils/APKBUILD b/testing/outils/APKBUILD index 89d9049d2f..4de1e502fb 100644 --- a/testing/outils/APKBUILD +++ b/testing/outils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=outils pkgver=0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Port of some non-standard OpenBSD tools to Linux" url="https://github.com/chneukirchen/outils" arch="all" @@ -34,13 +34,6 @@ package() { # Don't conflict with main/coreutils. rm -f "$pkgdir"/usr/bin/cksum || return 1 rm -f "$pkgdir"/usr/share/man/man1/cksum.1 || return 1 - - # Don't conflict with main/openssl. - # TODO: In the long run this conflict should be - # resolved in the openssl package instead. - for man in md5 sha1 sha256 sha512; do - rm -f "$pkgdir"/usr/share/man/man1/${man}.1 || return 1 - done } md5sums="cb5d6274c78fd5dab8d5612668db08a3 outils-0.3.tar.gz" |