summaryrefslogtreecommitdiff
path: root/standalone/linux
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-14 21:18:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-14 21:18:24 -0400
commitc2859c264a8ae2b7ec28c34d231d950b5c242373 (patch)
tree1a954647f6fbbc10f2c806fbb82d4922a70be2dd /standalone/linux
parentc1cf316172c36a2c70148889e73e2814ca6601e0 (diff)
provide utf-8 locale to avoid silly build failure
Diffstat (limited to 'standalone/linux')
-rwxr-xr-xstandalone/linux/install-haskell-packages5
1 files changed, 5 insertions, 0 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages
index 15b968c43..a8103b386 100755
--- a/standalone/linux/install-haskell-packages
+++ b/standalone/linux/install-haskell-packages
@@ -94,4 +94,9 @@ install_pkgs () {
}
cabal update
+
+# Some packages fail to install in a non unicode locale.
+LANG=C.UTF-8
+export LANG
+
install_pkgs