libhdf5: add package
[termux-packages] / packages / mutt / smime_keys_path.patch
CommitLineData
a79f1752
FF
1diff -u -r ../mutt-1.5.24/smime_keys.pl ./smime_keys.pl
2--- ../mutt-1.5.24/smime_keys.pl 2015-08-30 13:06:38.000000000 -0400
3+++ ./smime_keys.pl 2015-11-08 01:41:12.179119879 -0500
4@@ -76,7 +76,7 @@
5
495876c7 6
7 my $mutt = $ENV{MUTT_CMDLINE} || 'mutt';
8-my $opensslbin = "/usr/bin/openssl";
9+my $opensslbin = "@TERMUX_PREFIX@/bin/openssl";
a79f1752 10 my $tmpdir;
495876c7 11
a79f1752 12 # Get the directories mutt uses for certificate/key storage.