From 9eb8ceeb06d079a189cb4787908081c41e6efc17 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 26 Sep 2015 20:57:49 +0000 Subject: [PATCH] Set the locale By default it's set to en_US.utf8 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 367013a..fb205c4 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ EXTERNAL_KERNEL = NO PKGLIST = 0 ACCEPT_KEYWORDS = amd64 DASH = NO +LOCALE ?= en_US.utf8 M4 = m4 EMERGE = /usr/bin/emerge --jobs=4 @@ -191,6 +192,7 @@ $(SYSTOOLS): $(PREPROOT) $(COMPILE_OPTIONS) --timezone=$(TIMEZONE) \ --hostname=$(HOSTNAME) \ --root-password= + $(inroot) eselect locale set $(LOCALE) ifeq ($(DASH),YES) if ! test -e "$(STAGE4_TARBALL)"; \ then $(inroot) $(EMERGE) --noreplace $(USEPKG) app-shells/dash; \