From: Sebastian Pipping Date: Fri, 14 Jan 2011 16:21:50 +0000 (+0100) Subject: Fix indentation X-Git-Tag: v3.4.11~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17481d226cef791868d4dfd234fc81db87a41590;p=genkernel.git Fix indentation --- diff --git a/gen_compile.sh b/gen_compile.sh index 2be64e6..0d79d13 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -430,9 +430,9 @@ compile_lvm() { CFLAGS="-fPIC -I${TEMP}/device-mapper/include" \ CPPFLAGS="-fPIC -I${TEMP}/device-mapper/include" \ ./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-lvm1=none --with-clvmd=none --with-cluster=none \ + --disable-readline --disable-selinux --with-mirrors=none \ + --with-snapshots=none --with-pool=internal || \ gen_die 'Configure of lvm failed!' print_info 1 'lvm: >> Compiling...' compile_generic '' utils @@ -509,8 +509,8 @@ compile_device_mapper() { [ ! -d "${DEVICE_MAPPER_DIR}" ] && gen_die "device-mapper directory ${DEVICE_MAPPER_DIR} invalid" cd "${DEVICE_MAPPER_DIR}" - CFLAGS="-fPIC" \ - CPPFLAGS="-fPIC" \ + CFLAGS="-fPIC" \ + CPPFLAGS="-fPIC" \ ./configure --prefix=${TEMP}/device-mapper --enable-static_link \ --disable-selinux >> ${LOGFILE} 2>&1 || gen_die 'Configuring device-mapper failed!'