summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Barrett2023-04-08 09:25:51 -0500
committerSteven Barrett2023-04-08 09:25:53 -0500
commitfa53b72cfda16674762d022c068bd17009f9f9f5 (patch)
treebdce8712d0549ba69770f4c0d167eb3f35af1999 /PKGBUILD
parent98a17102c0428d42bedceb6bfa9d4374231fca34 (diff)
downloadaur-fa53b72cfda16674762d022c068bd17009f9f9f5.tar.gz
Ignore errors installing "resolve_btfids"
It's common for people to change the Liquorix configuration and disabling debugging with BTF. Ignore if that file doesn't exist since it creates needless comments about build errors in the AUR comments.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c1a4e7aba91..f15efc6faf72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -267,7 +267,8 @@ _package-headers() {
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
# required when DEBUG_INFO_BTF_MODULES is enabled
- install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
+ install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids \
+ || true
echo "Installing headers..."
cp -t "$builddir" -a include