Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/perl-cgi/PKGBUILD
blob: c8d3b267516f6507f901adfefd9a9f4cd3ffd68a (plain)
1
2
3
4
5
6
7
8
9
# temporary workaround for not having the locale set in build chroots
# (is fixed upstream in devtools, but must update all build slaves first,
# otherwise the whole Perl rebuild fails!)
eval "$(
  declare -f check | \
    sed '
      s/make test/LC_ALL=C LANGUAGE=C make test/
    '
)"