Skip to content

Commit

Permalink
Build all locales from '/etc/locale.gen' (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Jul 31, 2019
1 parent 7571a9e commit 8f312a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/coinboot/modules/z0_remove-locales
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ debirf_exec echo 'en_US.UTF-8 UTF-8' > etc/locale.gen
debirf_exec cat etc/locale.gen

debirf_exec echo 'LANG="en_US.UTF-8"' > etc/default/locale
debirf_exec locale-gen --purge en_US
debirf_exec locale-gen --purge
locale -a

find usr/share/locale -maxdepth 1 -mindepth 1 -type d ! -iname '*en_US' -execdir rm -rvf '{}' \+

0 comments on commit 8f312a3

Please sign in to comment.