summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/buildah/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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" {} \;
+ '
+)"