fix UTF8 locales

This commit is contained in:
Tobias Powalowski 2012-10-08 10:38:58 +02:00
parent 4ea55759ef
commit a8f0ca0e72

View file

@ -63,6 +63,9 @@ build ()
add_full_dir "/etc/zsh" add_full_dir "/etc/zsh"
add_full_dir "/usr/share/zsh" add_full_dir "/usr/share/zsh"
add_full_dir "/usr/lib/zsh" add_full_dir "/usr/lib/zsh"
### add en_US.utf8 locale
add_file "/usr/lib/locale/locale-archive"
### adding needed files from running system ### adding needed files from running system
add_file "${CONFIG}" "/config" add_file "${CONFIG}" "/config"