summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-04-13 09:24:56 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-04-13 09:24:56 +0200
commita320e683ab51f2553c43df962da5662384cc2c00 (patch)
tree6c95a240ba67d3c238fae65fa3b620b5d542164e /community
parent5d9e6eadc8978d443691323142e7f8b20d5e7b88 (diff)
downloadpackages-a320e683ab51f2553c43df962da5662384cc2c00.tar.xz
community/buildah: removed patch for runc
Diffstat (limited to 'community')
-rw-r--r--community/buildah/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/community/buildah/PKGBUILD b/community/buildah/PKGBUILD
deleted file mode 100644
index 4fa61167..00000000
--- a/community/buildah/PKGBUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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" {} \\;
- '
-)"