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:
Theo Anderson
2021-01-28 22:05:18 +13:00
parent dca4f3fb14
commit 9921be15bb

View File

@@ -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
}