summaryrefslogtreecommitdiff
path: root/community/consul/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-06 09:26:56 +0200
committerErich Eckner <git@eckner.net>2018-07-06 09:26:56 +0200
commite9e4e669a93f71dae57ad744102d8429c7c4ff42 (patch)
tree4217687b18fd83a8ed623a7198b68fd5a7b8dd75 /community/consul/PKGBUILD
parent0afa0838759cf343a0c595458b8c2e689520f41f (diff)
downloadpackages-e9e4e669a93f71dae57ad744102d8429c7c4ff42.tar.xz
community/consul: sed needs "-i" to make inline changes, whoops
Diffstat (limited to 'community/consul/PKGBUILD')
-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"
'
)"