From: Sebastian Pipping Date: Tue, 11 Jan 2011 22:14:49 +0000 (+0100) Subject: Mention cache usage on gnupg in output (consistent to busybox and blkid) X-Git-Tag: v3.4.11~28^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc1e95475a3483f8b5863d3855dc7b21ea222357;p=genkernel.git Mention cache usage on gnupg in output (consistent to busybox and blkid) --- diff --git a/gen_compile.sh b/gen_compile.sh index 5dd218d..f334b6b 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -666,8 +666,10 @@ compile_iscsi() { } compile_gpg() { - if [ ! -f "${GPG_BINCACHE}" ] + if [ -f "${GPG_BINCACHE}" ] then + print_info 1 "gnupg: >> Using cache" + else [ ! -f "${GPG_SRCTAR}" ] && gen_die "Could not find gnupg source tarball: ${GPG_SRCTAR}. Please place it there, or place another version, changing /etc/genkernel.conf as necessary!" cd "${TEMP}"