Mention cache usage on gnupg in output (consistent to busybox and blkid)
authorSebastian Pipping <sebastian@pipping.org>
Tue, 11 Jan 2011 22:14:49 +0000 (23:14 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 11 Jan 2011 22:14:49 +0000 (23:14 +0100)
gen_compile.sh

index 5dd218d780ea790de8c37e66295a155f782255b1..f334b6b9ddba06ce4139ca30f8b6412e3b2c53fa 100755 (executable)
@@ -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}"