aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCorey Quinn2013-05-18 14:55:45 -0700
committerJack Nagel2013-05-18 21:20:17 -0500
commit705de1e4f2dc2a9446a440b7a1c6637d068e52b2 (patch)
tree935c2ff54f732b9f2f56bcc3082871d5e035e698 /Library/Formula
parentc49b5a28cd7c88d29b04bbeaf4e7d6e91f8eb1d6 (diff)
downloadhomebrew-705de1e4f2dc2a9446a440b7a1c6637d068e52b2.tar.bz2
Pius: fix hardcoded gpg path
Fixes #19915. Closes #19916. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pius.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/pius.rb b/Library/Formula/pius.rb
index b2531724e..6e0d16f9e 100644
--- a/Library/Formula/pius.rb
+++ b/Library/Formula/pius.rb
@@ -25,6 +25,8 @@ class Pius < Formula
depends_on GnupgInstalled
def install
+ # Replace hardcoded gpg path: https://sourceforge.net/p/pgpius/bugs/12/
+ inreplace 'pius', '/usr/bin/gpg', HOMEBREW_PREFIX/'bin/gpg'
bin.install 'pius'
bin.install 'pius-keyring-mgr'
bin.install 'pius-party-worksheet'