about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-05-20 12:07:47 +0200
committerJuan RP <xtraeme@gmail.com>2013-05-20 12:07:47 +0200
commit20f23bc13348729d4c40261f06008c01236e8ccb (patch)
tree9ac4bdbfc378f549e2221cf9ae80f53543323125 /installer.sh.in
parent62c920ea5a00d9c6361fc095a7a8df2689156e6c (diff)
downloadhrmpf-20f23bc13348729d4c40261f06008c01236e8ccb.tar.gz
hrmpf-20f23bc13348729d4c40261f06008c01236e8ccb.tar.xz
hrmpf-20f23bc13348729d4c40261f06008c01236e8ccb.zip
installer: redirect output to $LOG when regenerating the libc locales.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index cc22303..40c2226 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -311,7 +311,7 @@ set_locale() {
     # Uncomment locale from /etc/default/libc-locales and regenerate it.
     sed -e "/${LOCALE}/s/^\#//" -i $TARGETDIR/etc/default/libc-locales
     echo "Running xbps-reconfigure -f glibc-locales ..." >$LOG
-    chroot $TARGETDIR xbps-reconfigure -f glibc-locales
+    chroot $TARGETDIR xbps-reconfigure -f glibc-locales >$LOG 2>&1
 }
 
 menu_timezone() {