diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-cgi/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/perl-cgi/PKGBUILD b/community/perl-cgi/PKGBUILD new file mode 100644 index 00000000..c8d3b267 --- /dev/null +++ b/community/perl-cgi/PKGBUILD @@ -0,0 +1,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/ + ' +)" |