Created
May 23, 2012 01:41
-
-
Save danboykis/2772774 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb | |
index e620bf9..3d8a0e9 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=/usr/local/bin/pinentry" | |
system "make install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment