termux-packages/packages/lynx/LYUtils.c.patch

13 lines
368 B
Diff

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 */