fix locale

This commit is contained in:
ed barz 2020-05-04 01:19:17 +02:00
parent 01cd1ba961
commit a643ba7975
1 changed files with 2 additions and 2 deletions

View File

@ -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)