Merge pull request #186 from vaites/tesseract
[termux-packages] / packages / mutt / smime_keys_path.patch
index 23b146d..4edfd22 100644 (file)
@@ -1,11 +1,12 @@
---- mutt-1.5.23/smime_keys.pl  2014-03-12 17:03:45.000000000 +0100
-+++ mutt/smime_keys.pl 2015-09-27 07:13:21.000000000 +0200
-@@ -53,7 +53,7 @@
- # Get the directories mutt uses for certificate/key storage.
+diff -u -r ../mutt-1.5.24/smime_keys.pl ./smime_keys.pl
+--- ../mutt-1.5.24/smime_keys.pl       2015-08-30 13:06:38.000000000 -0400
++++ ./smime_keys.pl    2015-11-08 01:41:12.179119879 -0500
+@@ -76,7 +76,7 @@
  
  my $mutt = $ENV{MUTT_CMDLINE} || 'mutt';
 -my $opensslbin = "/usr/bin/openssl";
 +my $opensslbin = "@TERMUX_PREFIX@/bin/openssl";
- my @tempfiles = ();
- my @cert_tmp_file = ();
+ my $tmpdir;
  
+ # Get the directories mutt uses for certificate/key storage.