Pārlūkot izejas kodu

Added a workaround for locale-gen issue (#517400)

Maxim Kammerer 11 gadi atpakaļ
vecāks
revīzija
5d2fdf5083
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/root/setup

+ 2 - 0
src/root/setup

@@ -15,6 +15,8 @@ patch_ebuild() {
 
 rebuild_locales() {
     grep UTF-8 /usr/share/i18n/SUPPORTED > /etc/locale.gen.new
+    # (#517400), http://comments.gmane.org/gmane.comp.lib.glibc.alpha/31543
+    sed -i '/^bo_/d' /etc/locale.gen.new
     if cmp -s /etc/locale.gen{.new,}; then
         rm /etc/locale.gen.new
     else