Patch setting termux path to mutt smime_keys.pl
authorrobertvalik <valik@visitors.sk>
Sun, 27 Sep 2015 06:33:39 +0000 (08:33 +0200)
committerrobertvalik <valik@visitors.sk>
Sun, 27 Sep 2015 06:33:39 +0000 (08:33 +0200)
packages/mutt/smime_keys_path.patch [new file with mode: 0644]

diff --git a/packages/mutt/smime_keys_path.patch b/packages/mutt/smime_keys_path.patch
new file mode 100644 (file)
index 0000000..23b146d
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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.
+ my $mutt = $ENV{MUTT_CMDLINE} || 'mutt';
+-my $opensslbin = "/usr/bin/openssl";
++my $opensslbin = "@TERMUX_PREFIX@/bin/openssl";
+ my @tempfiles = ();
+ my @cert_tmp_file = ();