Fix locale, update mask

master 3022
Alexander Tratsevskiy 2 years ago
parent 38bf76a2e3
commit 4366743c1a

@ -128,7 +128,7 @@ net-im/zoom amd64
~sys-apps/collectl-4.3.1 amd64
~sys-apps/ethtool-5.19 amd64
sys-apps/inxi amd64
~sys-apps/iproute2-5.19.0 amd64
~sys-apps/iproute2-6.0.0 amd64
~sys-auth/thinkfinger-0.3 amd64
~sys-block/gparted-1.4.0 amd64
~sys-cluster/cluster-glue-1.0.12 amd64

@ -30,6 +30,7 @@
~games-action/lugaru-1.2 amd64
~games-action/luola-1.3.2 amd64
~games-action/maelstrom-3.0.6 amd64
~games-action/minecraft-launcher-1.6.93 amd64
~games-action/minetest-5.6.1 amd64
~games-action/moon-buggy-1.0.51 amd64
~games-action/nighthawk-4.0 amd64

@ -14,7 +14,7 @@ start() {
ebegin "Update packages"
cl-update -f &>>/dev/tty12
res=$?
LANG=en_US.utf8 rc-update del update-pkg default
LANG=en_US.utf8 /sbin/rc-update --update
LANG=en_US.UTF-8 rc-update del update-pkg default
LANG=en_US.UTF-8 /sbin/rc-update --update
eend $res
}

@ -1,8 +1,8 @@
# Calculate format=openrc protected
# CLDC, gedit - bg_BG.utf8 causes the typing problem
#?in(os_install_locale_locale, bg_BG.utf8, kk_KZ.utf8)!=#
#?os_install_locale_locale==bg_BG.utf8#
# CLDC, gedit - bg_BG.UTF-8 causes the typing problem
#?in(os_install_locale_locale, bg_BG.UTF-8, kk_KZ.UTF-8)!=#
#?os_install_locale_locale==bg_BG.UTF-8#
LANG="bg_BG.UTF-8"
#!os_install_locale_locale#
LANG="kk_KZ.UTF-8"

@ -1,6 +1,6 @@
# Calculate comment=#
#?os_install_locale_locale!=en_US.utf8#
en_US.utf8 UTF-8
#?os_install_locale_locale!=en_US.UTF-8#
en_US.UTF-8 UTF-8
#os_install_locale_locale#
#-os_install_locale_locale-# UTF-8

Loading…
Cancel
Save