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
368 B
13 lines
368 B
10 years ago
|
diff -u -r ../lynx2-8-8/src/LYUtils.c ./src/LYUtils.c
|
||
|
--- ../lynx2-8-8/src/LYUtils.c 2014-03-09 22:43:10.000000000 +0100
|
||
|
+++ ./src/LYUtils.c 2014-07-02 07:57:42.616342959 +0200
|
||
|
@@ -5282,7 +5282,7 @@
|
||
|
/*
|
||
|
* Use /tmp; it should be writable.
|
||
|
*/
|
||
|
- StrAllocCopy(HomeDir, "/tmp");
|
||
|
+ StrAllocCopy(HomeDir, "@TERMUX_PREFIX@/tmp");
|
||
|
}
|
||
|
#endif
|
||
|
#endif /* VMS */
|