summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/consul/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"
'
)"