2ea0eda
Patch by Robert Scheck <robert@fedoraproject.org> for Crypt::GPG <= 1.64, which
93912c2
sets the default path to the GnuPG binary equivalent to where GnuPG is installed
93912c2
at Fedora and Red Hat Enterprise Linux.
93912c2
2ea0eda
--- Crypt-GPG-1.64/GPG.pm			2014-09-18 21:23:58.000000000 +0200
2ea0eda
+++ Crypt-GPG-1.64/GPG.pm.gpg			2014-10-12 19:54:11.000000000 +0200
93912c2
@@ -26,7 +26,7 @@
2ea0eda
 ( $VERSION ) = '$Revision: 1.64 $' =~ /\s+([\d\.]+)/;
93912c2
 
93912c2
 sub new {
93912c2
-  bless { GPGBIN         =>   '/usr/local/bin/gpg',
93912c2
+  bless { GPGBIN         =>   '/usr/bin/gpg',
93912c2
 	  FORCEDOPTS     =>   '--no-secmem-warning',
93912c2
 	  GPGOPTS        =>   '--lock-multiple --compress-algo 1 ' .
93912c2
 	                      '--cipher-algo cast5 --force-v3-sigs',