From 3d94af67c988ad8615e855c4a27a915df122a142 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 29 Jan 2011 15:39:24 +0100 Subject: [PATCH] lvm: Indicate using bincache --- gen_compile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index cc72925..b60b921 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -417,8 +417,10 @@ compile_busybox() { } compile_lvm() { - if [ ! -f "${LVM_BINCACHE}" ] + if [ -f "${LVM_BINCACHE}" ] then + print_info 1 "lvm: >> Using cache" + else [ -f "${LVM_SRCTAR}" ] || gen_die "Could not find LVM source tarball: ${LVM_SRCTAR}! Please place it there, or place another version, changing /etc/genkernel.conf as necessary!" cd "${TEMP}" -- 2.26.2