From 6fd68a3f6cba6da22c2f3ffd40a047ebe43cc27c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 4 Dec 2019 05:49:10 +0000 Subject: [PATCH] community/linux-tools to 5.4-3 --- community/linux-tools/PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index 4f76b949f..6526cbd1c 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -22,7 +22,7 @@ pkgname=( 'iio-utils' ) pkgver=5.4 -pkgrel=2 +pkgrel=3 license=('GPL2') arch=('x86_64') url='https://www.kernel.org' @@ -303,8 +303,6 @@ 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: