projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c3797
)
Mention cache usage on gnupg in output (consistent to busybox and blkid)
author
Sebastian Pipping
<sebastian@pipping.org>
Tue, 11 Jan 2011 22:14:49 +0000
(23:14 +0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Tue, 11 Jan 2011 22:14:49 +0000
(23:14 +0100)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 5dd218d780ea790de8c37e66295a155f782255b1..f334b6b9ddba06ce4139ca30f8b6412e3b2c53fa 100755
(executable)
--- 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}"