summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-04-10 14:45:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-04-10 14:45:58 +0200
commit899b77426333bfd6133d3e5c245aa61506cae02d (patch)
tree9ac0000df28a24c8cdd5b7f4f94597fc2eee03a9 /community
parent5cfaf901297d7b410da877bb1bbef656f8de505d (diff)
downloadpackages-899b77426333bfd6133d3e5c245aa61506cae02d.tar.xz
community/consul: fix for 32-bit
Diffstat (limited to 'community')
-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
+ '
+)"