summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/consul/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/consul/PKGBUILD b/community/consul/PKGBUILD
new file mode 100644
index 00000000..60cf693f
--- /dev/null
+++ b/community/consul/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f prepare | \
+ sed '
+ $ i sed "s/amd64/386/g" "${srcdir}/src/github.com/hashicorp/${pkgname}/GNUmakefile"
+ '
+)"