aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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"