fix locale
This commit is contained in:
parent
01cd1ba961
commit
a643ba7975
4
Makefile
4
Makefile
|
@ -28,8 +28,8 @@ base:
|
||||||
$(call vinstall,base-system)
|
$(call vinstall,base-system)
|
||||||
|
|
||||||
set-loc:
|
set-loc:
|
||||||
echo $(BVLANG) >> $(MNTDIR)/etc/default/libc-locales
|
echo $(BVCLOC) >> $(MNTDIR)/etc/default/libc-locales
|
||||||
chroot $(MNTDIR) xbps-reconfigure glibc-locales
|
chroot $(MNTDIR) xbps-reconfigure -f glibc-locales
|
||||||
|
|
||||||
set-term:
|
set-term:
|
||||||
$(call vinstall,st-terminfo)
|
$(call vinstall,st-terminfo)
|
||||||
|
|
Loading…
Reference in New Issue