installer: Fix locale installation.
authorMathieu Othacehe <m.othacehe@gmail.com>
Sat, 24 Nov 2018 05:06:40 +0000 (14:06 +0900)
committerLudovic Courtès <ludo@gnu.org>
Thu, 17 Jan 2019 13:04:21 +0000 (14:04 +0100)
commit6b48825e4ba6435c2e3bbc85857ade16552be9c3
tree9c1870338202f9e787ca96f5456820b9e744d2ed
parenta49d633c0c65975263270f5ac0050482ca6a5513
installer: Fix locale installation.

For some mysterious reason, calling 'setlocale' as first instruction of
installer-builder does not install unicode support correctly. So set LANG env
variable and start the installer until this is understood.

* gnu/installer.scm (installer-program): Wrap installer-builder to have the
opportunity to set LANG environment variable before starting the installer.
gnu/installer.scm