aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/heirloom-doctools/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/heirloom-doctools/APKBUILD b/testing/heirloom-doctools/APKBUILD
index 3fc499a422..a3ef319f57 100644
--- a/testing/heirloom-doctools/APKBUILD
+++ b/testing/heirloom-doctools/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=heirloom-doctools
pkgver=160308
-pkgrel=2
+pkgrel=3
pkgdesc="The Heirloom Documentation Tools"
url="http://n-t-roff.github.io/heirloom/doctools.html"
arch="all"
@@ -37,6 +37,10 @@ builddir="$srcdir"/$pkgname-$pkgver
build() {
# Unfortunately parallel build isn't supported.
make -j1 $_makeargs -C "$builddir" || return 1
+
+ # Don't conflict with main/mdocml.
+ rm -f "$pkgdir"/usr/bin/soelim \
+ "$pkgdir"/usr/share/man/man1/soelim || return 1
}
package() {