diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:57:14 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:57:14 +0000 |
commit | 755b55405c00990ee7d613e72c1d99f20d96c526 (patch) | |
tree | 1e38753e5209a409ee879d8a7a149f3277e6bb8c /community | |
parent | 7f075de4c1d258d7702c852666521f2b09a37c2c (diff) | |
parent | 73e1a9a73343d47599f07900213916deeec251b3 (diff) | |
download | packages-755b55405c00990ee7d613e72c1d99f20d96c526.tar.xz |
Merge branch 'master' into i486
Diffstat (limited to 'community')
-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" + ' +)" |