doctor: add another path to the macgpg2 check
This commit is contained in:
parent
cd4428bcb9
commit
1d975de41b
@ -53,7 +53,8 @@ end
|
|||||||
# http://sourceforge.net/projects/macgpg2/files/
|
# http://sourceforge.net/projects/macgpg2/files/
|
||||||
def check_for_macgpg2
|
def check_for_macgpg2
|
||||||
if File.exist? "/Applications/start-gpg-agent.app" or
|
if File.exist? "/Applications/start-gpg-agent.app" or
|
||||||
File.exist? "/Library/Receipts/libiconv1.pkg"
|
File.exist? "/Library/Receipts/libiconv1.pkg" or
|
||||||
|
File.exist? "/usr/local/MacGPG2"
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
You may have installed MacGPG2 via the package installer.
|
You may have installed MacGPG2 via the package installer.
|
||||||
Several other checks in this script will turn up problems, such as stray
|
Several other checks in this script will turn up problems, such as stray
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user