bpftool: don't install bpf-helpers.7, clashes with man-pages.

This commit is contained in:
Leah Neukirchen 2021-01-24 15:52:59 +01:00
parent f7b1756268
commit b7e8d54d0a

View File

@ -1,7 +1,7 @@
# Template file for 'linux-tools'
pkgname=linux-tools
version=5.10.4
revision=2
revision=3
wrksrc="linux-${version}"
build_style=meta
hostmakedepends="asciidoc automake flex gettext libtool perl python3
@ -128,6 +128,7 @@ do_install() {
cd ${wrksrc}/tools/bpf
make -W runqslower_install install DESTDIR=${DESTDIR} prefix=/usr
make -C bpftool doc-install DESTDIR=${DESTDIR} prefix=/usr/share
rm ${DESTDIR}/usr/share/man/man7/bpf-helpers.7
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
esac
@ -139,7 +140,6 @@ bpftool_package() {
pkg_install() {
vmove "usr/bin/bpf*"
vmove usr/share/bash-completion/completions/bpftool
vmove "usr/share/man/man7/bpf*"
vmove "usr/share/man/man8/bpf*"
}
}