fix locale
This commit is contained in:
parent
01cd1ba961
commit
a643ba7975
4
Makefile
4
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)
|
||||
|
|
Loading…
Reference in New Issue