msmtp: fix conf fallback path
This commit is contained in:
parent
e9330f0980
commit
a1cbf10fd1
11
packages/msmtp/src-tools.c.patch
Normal file
11
packages/msmtp/src-tools.c.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- ../tools.c.orig 2020-08-01 05:02:12.989413738 +0200
|
||||
+++ ./src/tools.c 2020-08-01 05:02:39.633413719 +0200
|
||||
@@ -345,7 +345,7 @@
|
||||
#ifdef SYSCONFDIR
|
||||
return xstrdup(SYSCONFDIR);
|
||||
#else
|
||||
- return xstrdup("/etc");
|
||||
+ return xstrdup("@TERMUX_PREFIX@/etc");
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user