Mention cache usage on gnupg in output (consistent to busybox and blkid)

cleanup-cruft
Sebastian Pipping 14 years ago
parent 04c37979c1
commit fc1e95475a

@ -666,8 +666,10 @@ compile_iscsi() {
} }
compile_gpg() { compile_gpg() {
if [ ! -f "${GPG_BINCACHE}" ] if [ -f "${GPG_BINCACHE}" ]
then then
print_info 1 "gnupg: >> Using cache"
else
[ ! -f "${GPG_SRCTAR}" ] && [ ! -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!" 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}" cd "${TEMP}"

Loading…
Cancel
Save