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') 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