summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2023-02-12 16:46:19 +0100
committerJoan Figueras2023-02-12 16:46:19 +0100
commit5f22556af2a25a59c9826fb3002e81e81c40ddc7 (patch)
treee74ad39458063e4f467474142e8108d6302a3fb6 /PKGBUILD
parenteab7d1da3ceed0e9ffcdc85bca0cd97316c68908 (diff)
downloadaur-5f22556af2a25a59c9826fb3002e81e81c40ddc7.tar.gz
Fixed resolve_btfids. Thanks @yangon99
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0817a49c5b66..bdb5f64e3a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -274,7 +274,7 @@ _package-headers() {
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
# required when DEBUG_INFO_BTF_MODULES is enabled
- if [ -f "$builddir/tools/bpf/resolve_btfids" ]; then install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids ; fi
+ if [ -f "tools/bpf/resolve_btfids/resolve_btfids" ]; then install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids ; fi
msg2 "Installing headers..."
cp -t "$builddir" -a include