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