summaryrefslogtreecommitdiff
path: root/community/buildah
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-09-06 11:03:22 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-09-06 11:03:22 +0200
commit5c76f3b6d29daa4e100b24f77ea5edf5bd2a818e (patch)
treeab589a4102e4263fbdf49a9de01c6af5501b143e /community/buildah
parent50ec279aae271e8e955755e558e61613549090f8 (diff)
downloadpackages-5c76f3b6d29daa4e100b24f77ea5edf5bd2a818e.tar.xz
community/buildah: fix for 32-bit constants
Diffstat (limited to 'community/buildah')
-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" {} \;
+ '
+)"