mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-util/xdp-tools: don't try to install missing files
these files haven't been present since v0.0.3 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
@@ -46,7 +46,7 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
@@ -60,7 +60,4 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
emake PREFIX=/usr LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" install
|
||||
doman xdp-filter/xdp-filter.8
|
||||
doman xdp-dump/xdpdump.8
|
||||
doman xdp-loader/xdp-loader.8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user