From fcd3e761035173bf0ed663c179f7e38d636d1c83 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Sep 2018 11:47:49 +0200 Subject: community/building: fixing the fix --- community/buildah/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/buildah/PKGBUILD b/community/buildah/PKGBUILD index a932a0ba..4fa61167 100644 --- a/community/buildah/PKGBUILD +++ b/community/buildah/PKGBUILD @@ -3,6 +3,6 @@ eval "$( declare -f prepare | \ sed ' - /}/ i find $srcdir -type f -exec sed -i "s/4294967295/2147483647/g" {} \; + /}/ i find $srcdir -type f -exec sed -i "s/4294967295/2147483647/g" {} \\; ' )" -- cgit v1.2.3-54-g00ecf