summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2023-02-12 16:45:48 +0100
committerJoan Figueras2023-02-12 16:45:48 +0100
commit5374e51fd273e64dfbba733a6c97d7efa428acfb (patch)
treeed381294da3083a72e7344585febd529af946ed7 /PKGBUILD
parent73d52c4a2935cd55b810f96fc596a85ca95d258a (diff)
downloadaur-5374e51fd273e64dfbba733a6c97d7efa428acfb.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 01eaff5a9808..492c7d5fad23 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 "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