0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
xtkoba 41e07e5b2f mailutils: Fix hardcoded paths (#8121)
* mailutils: Fix hardcoded paths

* mailutils: Bump revision
2021-12-02 15:52:57 +05:30

12 lines
256 B
Diff

--- a/mh/send.c
+++ b/mh/send.c
@@ -339,7 +339,7 @@
{
const char *url = mu_mhprop_get_value (mts_profile,
"url",
- "sendmail:/usr/sbin/sendmail");
+ "sendmail:@TERMUX_PREFIX@/bin/sendmail");
mu_mailer_t mailer;
int status;