From 20f23bc13348729d4c40261f06008c01236e8ccb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 May 2013 12:07:47 +0200 Subject: installer: redirect output to $LOG when regenerating the libc locales. --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.sh.in') 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() { -- cgit 1.4.1