Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/grafana/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-30 16:38:34 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-30 16:38:34 +0200
commitccf1115917622cd4291d0b3c797f6d97b38a5ee0 (patch)
tree0d11675ef2f8ac836e162e28fd2e49e274bb4770 /community/grafana/PKGBUILD
parentc8646a1073a07c9cc245711f22b38232cec3615d (diff)
community/grafana: fixed path of generated binaries
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
+ '
+)"