summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Burroughs (Celti)2015-07-14 14:27:01 -0700
committerPatrick Burroughs (Celti)2015-07-14 14:27:01 -0700
commit820705cadd4e9feb9bc8628a4ae9c8e618c0693c (patch)
tree322795dacf921b70e774ea4410df1a512b28e97f /PKGBUILD
parent7fe6ffd879f9e41e20bf9436005b852581b9b05d (diff)
downloadaur-820705cadd4e9feb9bc8628a4ae9c8e618c0693c.tar.gz
Removed workaround for locale error (fixed upstream).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3fba2fa9a91..f8d2a9a16aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$pkgname"
python ./waf configure --prefix=/usr
- LANG='en_US.UTF-8' python ./waf build
+ python ./waf build
}
package() {