summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilk Brewster2018-06-28 19:22:08 +0100
committerMilk Brewster2018-06-28 19:22:08 +0100
commit066d347eb69649a80522738cadc97b34ceb1006c (patch)
tree5afbb5572cc943d6a1155546682ac56437e0b632 /PKGBUILD
parent4ff81971805a19dda2fe289005b11da2e8d70f8b (diff)
downloadaur-066d347eb69649a80522738cadc97b34ceb1006c.tar.gz
slightly more robust locale hack
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe862897a7bc..8dc6c9124caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ prepare() {
cd "$srcdir/${_pkgname%-git}"
# https://wiki.archlinux.org/index.php/TeX_Live#Fonts ??
git submodule init && git submodule update
- sed -i 's/C.UTF-8/`locale -a | grep utf`/g' doc/index.sh
+ sed -i 's/C.UTF-8/`echo $LANG`/g' doc/index.sh
}