diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-04-13 09:24:56 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-04-13 09:24:56 +0200 |
commit | a320e683ab51f2553c43df962da5662384cc2c00 (patch) | |
tree | 6c95a240ba67d3c238fae65fa3b620b5d542164e | |
parent | 5d9e6eadc8978d443691323142e7f8b20d5e7b88 (diff) | |
download | packages-a320e683ab51f2553c43df962da5662384cc2c00.tar.xz |
community/buildah: removed patch for runc
-rw-r--r-- | community/buildah/PKGBUILD | 8 |
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" {} \\; - ' -)" |