summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-02-12 16:45:29 +0100
committerJoan Figueras2023-02-12 16:45:29 +0100
commit2417147a89724ee1a809a7533257d0c28cd356ea (patch)
tree70a8974ed126c8a1f7f29a457abac5f36fd75493
parent73c4a406d330f427b893c9f87c531934d16af0e6 (diff)
downloadaur-2417147a89724ee1a809a7533257d0c28cd356ea.tar.gz
Fixed resolve_btfids. Thanks @yangon99
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c2994aaa049..04430fc02678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -261,7 +261,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