Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/consul/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/consul/PKGBUILD')
-rw-r--r--community/consul/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/consul/PKGBUILD b/community/consul/PKGBUILD
index dd10b5cf..f54ee869 100644
--- a/community/consul/PKGBUILD
+++ b/community/consul/PKGBUILD
@@ -4,3 +4,10 @@ eval "$(
$ i sed -i "s/amd64/386/g" "${srcdir}/src/github.com/hashicorp/${pkgname}/GNUmakefile"
'
)"
+
+eval "$(
+ declare -f build | \
+ sed '
+ s/amd64/i386/g
+ '
+)"