From a643ba7975a1ed7eaf8c1424021754cf925bf164 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 4 May 2020 01:19:17 +0200 Subject: [PATCH] fix locale --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f6219d3..a25cf71 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ base: $(call vinstall,base-system) set-loc: - echo $(BVLANG) >> $(MNTDIR)/etc/default/libc-locales - chroot $(MNTDIR) xbps-reconfigure glibc-locales + echo $(BVCLOC) >> $(MNTDIR)/etc/default/libc-locales + chroot $(MNTDIR) xbps-reconfigure -f glibc-locales set-term: $(call vinstall,st-terminfo)