[arch-commits] Commit in linux-tools/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Mon Dec 2 22:18:46 UTC 2019


    Date: Monday, December 2, 2019 @ 22:18:46
  Author: seblu
Revision: 534885

upgpkg: linux-tools 5.4-2

- fix FS#64705

Modified:
  linux-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-02 22:13:47 UTC (rev 534884)
+++ PKGBUILD	2019-12-02 22:18:46 UTC (rev 534885)
@@ -16,7 +16,7 @@
   'x86_energy_perf_policy'
 )
 pkgver=5.4
-pkgrel=1
+pkgrel=2
 license=('GPL2')
 arch=('x86_64')
 url='https://www.kernel.org'
@@ -299,6 +299,8 @@
   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:



More information about the arch-commits mailing list