index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/consul/PKGBUILD | 2 |
diff --git a/community/consul/PKGBUILD b/community/consul/PKGBUILD index 60cf693f..dd10b5cf 100644 --- a/community/consul/PKGBUILD +++ b/community/consul/PKGBUILD @@ -1,6 +1,6 @@ eval "$( declare -f prepare | \ sed ' - $ i sed "s/amd64/386/g" "${srcdir}/src/github.com/hashicorp/${pkgname}/GNUmakefile" + $ i sed -i "s/amd64/386/g" "${srcdir}/src/github.com/hashicorp/${pkgname}/GNUmakefile" ' )" |