From 7f361049fd2fb43d34cd644f373a0ddec9f5e51c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 6 Jul 2018 09:03:05 +0200 Subject: community/consul: fix "linux" make target --- community/consul/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/consul/PKGBUILD 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" + ' +)" -- cgit v1.2.3-54-g00ecf