commit: d032453480c537c876b756bbc1d70267a0baf7b2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Fri May 31 08:24:21 2024 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Fri May 31 11:47:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0324534
dev-util/bpftool: sync unpack paths with perf, bug #933193 Bug: https://bugs.gentoo.org/933193 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> dev-util/bpftool/bpftool-6.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bpftool/bpftool-6.9.2.ebuild b/dev-util/bpftool/bpftool-6.9.2.ebuild index 44879c17c473..ad96f3a3e5b0 100644 --- a/dev-util/bpftool/bpftool-6.9.2.ebuild +++ b/dev-util/bpftool/bpftool-6.9.2.ebuild @@ -52,8 +52,8 @@ CONFIG_CHECK="~DEBUG_INFO_BTF" # it's building from the same tarball, please keep it in sync with perf src_unpack() { local paths=( - tools/bpf kernel/bpf - tools/{arch,build,include,lib,perf,scripts} {scripts,include,lib} "arch/*/lib" + kernel/bpf tools/{arch,bpf,build,include,lib,perf,scripts} + scripts include lib "arch/*/include" "arch/*/lib" "arch/*/tools" ) # We expect the tar implementation to support the -j and --wildcards option
