index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/libarchive/PKGBUILD | 8 |
diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD index 7d0a99db..820c5b36 100644 --- a/core/libarchive/PKGBUILD +++ b/core/libarchive/PKGBUILD @@ -11,3 +11,11 @@ eval "$( ' )" +# tests fail if we don't set the locale excplicitely (most likely due +# to old devtools32) +eval "$( + declare -f check | \ + sed ' + s/\(make check\)/LANG=en_US.UTF-8 LC_ALL=$LANG \1/g + ' +)" |