From e9e4e669a93f71dae57ad744102d8429c7c4ff42 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 6 Jul 2018 09:26:56 +0200 Subject: community/consul: sed needs "-i" to make inline changes, whoops --- community/consul/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/consul/PKGBUILD') 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" ' )" -- cgit v1.2.3