Recover ">> ${LOGFILE} 2>&1"

cleanup-cruft
Sebastian Pipping 14 years ago
parent 17481d226c
commit e8a7572203

@ -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

Loading…
Cancel
Save