commit:     dbe2a19e239f70c93128c669697d8acaa45c7ee7
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 08:21:00 2024 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Fri May 31 11:47:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe2a19e

dev-util/perf: add keep arch/*/include when unpacking, bug #933193

Closes: https://bugs.gentoo.org/933193
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 dev-util/perf/perf-6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/perf/perf-6.9.ebuild b/dev-util/perf/perf-6.9.ebuild
index c93e19c6c517..ead4f9c89c18 100644
--- a/dev-util/perf/perf-6.9.ebuild
+++ b/dev-util/perf/perf-6.9.ebuild
@@ -140,7 +140,7 @@ pkg_setup() {
 src_unpack() {
        local paths=(
                kernel/bpf tools/{arch,bpf,build,include,lib,perf,scripts}
-               scripts include lib "arch/*/lib" "arch/*/tools"
+               scripts include lib "arch/*/include" "arch/*/lib" "arch/*/tools"
        )
 
        # We expect the tar implementation to support the -j option (both

Reply via email to