index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/perl/PKGBUILD | 9 |
diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD new file mode 100644 index 00000000..c8d3b267 --- /dev/null +++ b/core/perl/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/ + ' +)" |