소스 검색

installer: redirect output to $LOG when regenerating the libc locales.

Juan RP 12 년 전
부모
커밋
20f23bc133
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      installer.sh.in

+ 1 - 1
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() {