summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2024-05-31 10:24:21 +0200
committerGuilherme Amadio <amadio@gentoo.org>2024-05-31 13:47:11 +0200
commitd032453480c537c876b756bbc1d70267a0baf7b2 (patch)
tree4687d8ffc19894c17f2cec7430db6d0ae1f5b27b /dev-util
parentdev-util/perf: add keep arch/*/include when unpacking, bug #933193 (diff)
downloadgentoo-d032453480c537c876b756bbc1d70267a0baf7b2.tar.gz
gentoo-d032453480c537c876b756bbc1d70267a0baf7b2.tar.bz2
gentoo-d032453480c537c876b756bbc1d70267a0baf7b2.zip
dev-util/bpftool: sync unpack paths with perf, bug #933193
Bug: https://bugs.gentoo.org/933193 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/bpftool/bpftool-6.9.2.ebuild4
1 files 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