index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-06-03 08:14:24 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-06-03 08:14:24 +0200 |
commit | bb1eedaa22578a5be8f7b431eb01fd88c76a70df (patch) | |
tree | ff763f2f34165e5bb6306e3d6a41c71a4d6637df /core/perl | |
parent | 74f6f70783d340d0a5b63089eea0055cb76e1329 (diff) |
-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/ + ' +)" |