aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-23 15:21:40 -0500
committerJack Nagel2012-05-23 15:21:40 -0500
commit51c847587d368a5136802fac9e206ee6a639910e (patch)
treef7b4347e211f2eda2e68d6290992bb565c2444d5 /Library
parent71167468077d3c4f3c885424f1e5d259cc48c796 (diff)
downloadhomebrew-51c847587d368a5136802fac9e206ee6a639910e.tar.bz2
gpg-agent: set default pinentry program
Fixes #12382. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gpg-agent.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb
index e620bf90a..49ae9b1a5 100644
--- a/Library/Formula/gpg-agent.rb
+++ b/Library/Formula/gpg-agent.rb
@@ -22,7 +22,8 @@ class GpgAgent < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--enable-agent-only"
+ "--enable-agent-only",
+ "--with-pinentry-pgm=#{HOMEBREW_PREFIX}/bin/pinentry"
system "make install"
end
end