Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
netdata


Commits:
3f42f5f3 by Ivan Shapovalov at 2024-06-09T00:04:14+00:00
Cosmetic: fix up libbpf bundle script invocation

There is no need to use `../netdata-v$pkgver` when this is exactly what
`$PWD` is; less churn this way.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -35,8 +35,8 @@ prepare() {
   sed -i "s|usr/libexec|usr/lib|g" CMakeLists.txt
 
   # libbpf sources for eBPF.plugin
-  CFLAGS="${CFLAGS} -fPIC" "packaging/bundle-libbpf.sh" 
"../netdata-v${pkgver}" "other"
-  CFLAGS="${CFLAGS} -fPIC" "packaging/bundle-ebpf-co-re.sh" 
"../netdata-v${pkgver}"
+  CFLAGS="${CFLAGS} -fPIC" "packaging/bundle-libbpf.sh" "." "other"
+  CFLAGS="${CFLAGS} -fPIC" "packaging/bundle-ebpf-co-re.sh" "."
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netdata/-/commit/3f42f5f3d05f7246ab4cad999f9e1d8eb27f119a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netdata/-/commit/3f42f5f3d05f7246ab4cad999f9e1d8eb27f119a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to