From 899b77426333bfd6133d3e5c245aa61506cae02d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Apr 2020 14:45:58 +0200 Subject: community/consul: fix for 32-bit --- community/consul/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'community') 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 + ' +)" -- cgit v1.2.3