aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-10-08 19:23:26 -0700
committerTim D. Smith2014-10-08 20:57:58 -0700
commit72df9cb05d323e4540f4cf6f4c996c56dc8dce5c (patch)
tree2998a169ce0e3d4fd174784de378025aff4d8951 /Library
parent052eed0a945bf75f472af3d429097141834b8e07 (diff)
downloadhomebrew-72df9cb05d323e4540f4cf6f4c996c56dc8dce5c.tar.bz2
gnupg2: gpgkey2ssh wants gpg2, not gpg
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnupg2.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb
index 2aa7869b7..6c84e5174 100644
--- a/Library/Formula/gnupg2.rb
+++ b/Library/Formula/gnupg2.rb
@@ -39,6 +39,7 @@ class Gnupg2 < Formula
s.gsub! "../../agent/gpg-agent --quiet --daemon sh",
"gpg-agent --quiet --daemon sh"
end
+ inreplace "tools/gpgkey2ssh.c", "gpg --list-keys", "gpg2 --list-keys"
inreplace "g10/keygen.c", "max=4096", "max=8192" if build.include? "8192"