Skip to content

Instantly share code, notes, and snippets.

@danboykis
Created May 23, 2012 01:41
Show Gist options
  • Save danboykis/2772774 to your computer and use it in GitHub Desktop.
Save danboykis/2772774 to your computer and use it in GitHub Desktop.
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