diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-29 11:37:53 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-29 11:37:53 +0100 |
commit | 9cd0dfaa4654e49cd0af82993b91789cb3012354 (patch) | |
tree | f924666af5dd135ef9060cc5edd8d16a02e88366 /build-aux | |
parent | 7c4885f0d79593cb0f3a7981444f611d7ced54b9 (diff) | |
download | patches-9cd0dfaa4654e49cd0af82993b91789cb3012354.tar patches-9cd0dfaa4654e49cd0af82993b91789cb3012354.tar.gz |
system: Change "en_US.UTF-8" to "en_US.utf8".
* build-aux/hydra/demo-os.scm (locale): Change to "en_US.utf8".
* gnu/system/install.scm (installation-os)[locale]: Ditto.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/demo-os.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm index 9164500d70..d96cdce496 100644 --- a/build-aux/hydra/demo-os.scm +++ b/build-aux/hydra/demo-os.scm @@ -37,7 +37,7 @@ (operating-system (host-name "gnu") (timezone "Europe/Paris") - (locale "en_US.UTF-8") + (locale "en_US.utf8") (bootloader (grub-configuration (device "/dev/sda"))) |