mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/linux-tools to 5.4-2
This commit is contained in:
parent
1679dd5771
commit
9648f726b6
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@ pkgname=(
|
||||||
'iio-utils'
|
'iio-utils'
|
||||||
)
|
)
|
||||||
pkgver=5.4
|
pkgver=5.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.kernel.org'
|
url='https://www.kernel.org'
|
||||||
|
@ -303,6 +303,8 @@ package_bpf() {
|
||||||
rmdir "$pkgdir"/usr/sbin
|
rmdir "$pkgdir"/usr/sbin
|
||||||
# install man pages
|
# install man pages
|
||||||
make -C bpftool doc-install prefix=/usr/share DESTDIR="$pkgdir"
|
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:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue