You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
409 B
13 lines
409 B
6 years ago
|
diff -uNr RHash-1.3.8/parse_cmdline.c RHash-1.3.8.mod/parse_cmdline.c
|
||
|
--- RHash-1.3.8/parse_cmdline.c 2019-02-04 06:05:28.000000000 +0200
|
||
|
+++ RHash-1.3.8.mod/parse_cmdline.c 2019-03-01 20:33:22.425704712 +0200
|
||
|
@@ -547,7 +547,7 @@
|
||
|
static const char* find_conf_file(void)
|
||
|
{
|
||
|
#ifndef SYSCONFDIR
|
||
|
-# define SYSCONFDIR "/etc"
|
||
|
+# define SYSCONFDIR "@TERMUX_PREFIX@/etc"
|
||
|
#endif
|
||
|
#define CONFIG_FILENAME "rhashrc"
|
||
|
|