1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 06:36:39 +00:00
termux-packages/packages/mailutils/mh-send.c.patch
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;