Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/brotli/PKGBUILD
blob: a2e290e0b2d797935e0141076a109931ea6da87f (plain)
1
2
3
4
5
6
7
8
9
if [ ! "${CARCH}" = "i686" ]; then
  # patch architecture where needed
  eval "$(
    declare -f check | \
      sed '
        /PYTHONPATH=.*/s/$CARCH/i686/
      '
  )"
fi