aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-24 16:18:09 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:47 +0200
commit18e07cd4c504ce9e1cb8ccb254074c77665a2f5c (patch)
treea45804d565c000245663b05893dc4a30ac5050dd /PKGBUILD
parent97182d146519d359845d2c9510bbd4df371dc716 (diff)
downloadpkgbuilds-18e07cd4c504ce9e1cb8ccb254074c77665a2f5c.tar.xz
shaman-git: Force LANG=en_US.utf-8 during build
LANG=C in the clean containers, which makes the manpage generation fail due to the alpha character in the version tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58a7851..1d3c1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver () {
build () {
cd shaman
- tup upd
+ LANG=en_US.utf-8 tup upd
}
check () {