summaryrefslogtreecommitdiff
path: root/community/grafana/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/grafana/PKGBUILD')
-rw-r--r--community/grafana/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/grafana/PKGBUILD b/community/grafana/PKGBUILD
new file mode 100644
index 00000000..0a69ecce
--- /dev/null
+++ b/community/grafana/PKGBUILD
@@ -0,0 +1,7 @@
+# fix architecture of generated binaries
+eval "$(
+ declare -f package | \
+ sed '
+ s/linux-amd64/linux-386/g
+ '
+)"