summaryrefslogtreecommitdiff
path: root/community/grafana/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-30 16:47:33 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-30 16:47:33 +0000
commitafb43895ec8d4e1eab1e66eed5d2946f1e1807f8 (patch)
tree6f2a466244b483e0803e41d4948590b4736a3d62 /community/grafana/PKGBUILD
parenta5ea8e098a2d7e119b7c2ccdef464d9b1151b16a (diff)
parent9cc261c47e0d72b4ba748ff8103b6b80d0a63c79 (diff)
downloadpackages-afb43895ec8d4e1eab1e66eed5d2946f1e1807f8.tar.xz
Merge branch 'master' into i486
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
+ '
+)"