From fc1e95475a3483f8b5863d3855dc7b21ea222357 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 11 Jan 2011 23:14:49 +0100 Subject: [PATCH] Mention cache usage on gnupg in output (consistent to busybox and blkid) --- gen_compile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}" -- 2.26.2