summaryrefslogtreecommitdiff
path: root/extra/pyalpm/PKGBUILD
blob: 5cdef3a74af67bf87c267611046b020e2822e1d9 (plain)
1
2
3
4
5
6
7
# patch CARCH to i686 in tests (for them to work)
eval "$(
  declare -f check | \
    sed '
      s/$CARCH/i686/g
    '
)"