lvm: Indicate using bincache
authorSebastian Pipping <sebastian@pipping.org>
Sat, 29 Jan 2011 14:39:24 +0000 (15:39 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 29 Jan 2011 14:39:24 +0000 (15:39 +0100)
gen_compile.sh

index cc72925b3752e9cd8da7cfa4cb0d85822dfbbc08..b60b921eb5dd9c47527d205dc96b27cbd38da16d 100755 (executable)
@@ -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}"