mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/heirloom-doctools: don't conflict with mdocml-doc
This commit is contained in:
parent
cc56175a47
commit
da417ae0a8
@ -2,7 +2,7 @@
|
||||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=heirloom-doctools
|
||||
pkgver=160308
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="The Heirloom Documentation Tools"
|
||||
url="http://n-t-roff.github.io/heirloom/doctools.html"
|
||||
arch="all"
|
||||
@ -43,6 +43,9 @@ package() {
|
||||
# Unfortunately parallel install isn't supported.
|
||||
make -j1 ROOT="$pkgdir" $_makeargs \
|
||||
-C "$builddir" install || return 1
|
||||
|
||||
# Don't conflict with mdocml-doc
|
||||
rm -f "$pkgdir"/usr/share/man/man1/soelim.1
|
||||
}
|
||||
|
||||
md5sums="f9759a099fca6b3021da33b94b1f37a9 heirloom-doctools-160308.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user