From 5c76f3b6d29daa4e100b24f77ea5edf5bd2a818e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Sep 2018 11:03:22 +0200 Subject: community/buildah: fix for 32-bit constants --- community/buildah/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/buildah/PKGBUILD (limited to 'community/buildah/PKGBUILD') diff --git a/community/buildah/PKGBUILD b/community/buildah/PKGBUILD new file mode 100644 index 00000000..a932a0ba --- /dev/null +++ b/community/buildah/PKGBUILD @@ -0,0 +1,8 @@ +# see https://github.com/projectatomic/buildah/issues/990 + +eval "$( + declare -f prepare | \ + sed ' + /}/ i find $srcdir -type f -exec sed -i "s/4294967295/2147483647/g" {} \; + ' +)" -- cgit v1.2.3-54-g00ecf 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/buildah/PKGBUILD') 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