index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-06 11:03:22 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-06 11:03:22 +0200 |
commit | 5c76f3b6d29daa4e100b24f77ea5edf5bd2a818e (patch) | |
tree | ab589a4102e4263fbdf49a9de01c6af5501b143e | |
parent | 50ec279aae271e8e955755e558e61613549090f8 (diff) |
-rw-r--r-- | community/buildah/PKGBUILD | 8 |
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" {} \; + ' +)" |