Commit 8c104d58 by Christian Brauner Committed by GitHub

Merge pull request #1862 from fridtjof/patch-1

Change locale "en-US.UTF-8" to "en_US.UTF-8"
parents e485b36c c86234b6
...@@ -41,7 +41,7 @@ export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin ...@@ -41,7 +41,7 @@ export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
# defaults # defaults
arch=$(uname -m) arch=$(uname -m)
default_path="@LXCPATH@" default_path="@LXCPATH@"
default_locale="en-US.UTF-8" default_locale="en_US.UTF-8"
pacman_config="/etc/pacman.conf" pacman_config="/etc/pacman.conf"
common_config="@LXCTEMPLATECONFIG@/common.conf" common_config="@LXCTEMPLATECONFIG@/common.conf"
shared_config="@LXCTEMPLATECONFIG@/archlinux.common.conf" shared_config="@LXCTEMPLATECONFIG@/archlinux.common.conf"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment