From: Sebastian Pipping Date: Fri, 14 Jan 2011 16:22:34 +0000 (+0100) Subject: Recover ">> ${LOGFILE} 2>&1" X-Git-Tag: v3.4.11~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8a757220360ae3938306f268925f9abfe08e427;p=genkernel.git Recover ">> ${LOGFILE} 2>&1" --- diff --git a/gen_compile.sh b/gen_compile.sh index 0d79d13..638f3c4 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -432,7 +432,7 @@ compile_lvm() { ./configure --enable-static_link --prefix=${TEMP}/lvm \ --with-lvm1=none --with-clvmd=none --with-cluster=none \ --disable-readline --disable-selinux --with-mirrors=none \ - --with-snapshots=none --with-pool=internal || \ + --with-snapshots=none --with-pool=internal >> ${LOGFILE} 2>&1 || \ gen_die 'Configure of lvm failed!' print_info 1 'lvm: >> Compiling...' compile_generic '' utils