Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/gettext/PKGBUILD
blob: 2cfcadf8327897e7eb846fbfb562eb1c745fd3cb (plain)
1
2
3
4
5
6
7
8
9
# ignore failing time test in gnulib for now
eval "$(
  declare -f check | \
    sed '
      s/make check/make check || true/
    '
)"	

unset check