2019-02-20 08:24:12 +01:00
|
|
|
--- a/pathnames.h.in
|
|
|
|
+++ b/pathnames.h.in
|
2015-06-13 01:03:31 +02:00
|
|
|
@@ -22,10 +22,10 @@
|
|
|
|
#define _PATHNAMES_H_
|
|
|
|
|
|
|
|
/* The default file for hostname completion. */
|
|
|
|
-#define DEFAULT_HOSTS_FILE "/etc/hosts"
|
|
|
|
+#define DEFAULT_HOSTS_FILE "@TERMUX_PREFIX@/etc/hosts"
|
|
|
|
|
|
|
|
/* The default login shell startup file. */
|
|
|
|
-#define SYS_PROFILE "/etc/profile"
|
|
|
|
+#define SYS_PROFILE "@TERMUX_PREFIX@/etc/profile"
|
|
|
|
|
|
|
|
/* The default location of the bash debugger initialization/startup file. */
|
|
|
|
#define DEBUGGER_START_FILE "@DEBUGGER_START_FILE@"
|