summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2011-01-29 15:39:24 +0100
committerSebastian Pipping <sebastian@pipping.org>2011-01-29 15:39:24 +0100
commit3d94af67c988ad8615e855c4a27a915df122a142 (patch)
tree120e0c6494d06969ef889b4f3fab55928fd80707
parentRemove unpacking of device-mapper for lvm2 (diff)
downloadgenkernel-3d94af67c988ad8615e855c4a27a915df122a142.tar.gz
genkernel-3d94af67c988ad8615e855c4a27a915df122a142.tar.bz2
genkernel-3d94af67c988ad8615e855c4a27a915df122a142.zip
lvm: Indicate using bincache
-rwxr-xr-xgen_compile.sh4
1 files changed, 3 insertions, 1 deletions
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}"