From 9648f726b68b3355f6a32c76591873227ba2a310 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 3 Dec 2019 00:25:33 +0000 Subject: [PATCH] community/linux-tools to 5.4-2 --- community/linux-tools/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index 245cc586d..4f76b949f 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -22,7 +22,7 @@ pkgname=( 'iio-utils' ) pkgver=5.4 -pkgrel=1 +pkgrel=2 license=('GPL2') arch=('x86_64') url='https://www.kernel.org' @@ -303,6 +303,8 @@ package_bpf() { rmdir "$pkgdir"/usr/sbin # install man pages make -C bpftool doc-install prefix=/usr/share DESTDIR="$pkgdir" + # bpf-helpers conflict with man-pages (FS#64705) + rm "$pkgdir"/usr/share/man/man7/bpf-helpers.7 } # vim:set ts=2 sw=2 et: