mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
bpftool: don't install bpf-helpers.7, clashes with man-pages.
This commit is contained in:
parent
f7b1756268
commit
b7e8d54d0a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux-tools'
|
# Template file for 'linux-tools'
|
||||||
pkgname=linux-tools
|
pkgname=linux-tools
|
||||||
version=5.10.4
|
version=5.10.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
build_style=meta
|
build_style=meta
|
||||||
hostmakedepends="asciidoc automake flex gettext libtool perl python3
|
hostmakedepends="asciidoc automake flex gettext libtool perl python3
|
||||||
|
@ -128,6 +128,7 @@ do_install() {
|
||||||
cd ${wrksrc}/tools/bpf
|
cd ${wrksrc}/tools/bpf
|
||||||
make -W runqslower_install install DESTDIR=${DESTDIR} prefix=/usr
|
make -W runqslower_install install DESTDIR=${DESTDIR} prefix=/usr
|
||||||
make -C bpftool doc-install DESTDIR=${DESTDIR} prefix=/usr/share
|
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
|
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -139,7 +140,6 @@ bpftool_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/bin/bpf*"
|
vmove "usr/bin/bpf*"
|
||||||
vmove usr/share/bash-completion/completions/bpftool
|
vmove usr/share/bash-completion/completions/bpftool
|
||||||
vmove "usr/share/man/man7/bpf*"
|
|
||||||
vmove "usr/share/man/man8/bpf*"
|
vmove "usr/share/man/man8/bpf*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue