summaryrefslogtreecommitdiff
path: root/community/buildah/PKGBUILD
blob: 4fa61167242ad98299643849cd4cc8dd314444b5 (plain)
1
2
3
4
5
6
7
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" {} \\;
    '
)"