12 lines
280 B
Diff
12 lines
280 B
Diff
|
--- ../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
|