Initial push
[termux-packages] / packages / lynx / LYUtils.c.patch
1 diff -u -r ../lynx2-8-8/src/LYUtils.c ./src/LYUtils.c
2 --- ../lynx2-8-8/src/LYUtils.c 2014-03-09 22:43:10.000000000 +0100
3 +++ ./src/LYUtils.c 2014-07-02 07:57:42.616342959 +0200
4 @@ -5282,7 +5282,7 @@
5 /*
6 * Use /tmp; it should be writable.
7 */
8 - StrAllocCopy(HomeDir, "/tmp");
9 + StrAllocCopy(HomeDir, "@TERMUX_PREFIX@/tmp");
10 }
11 #endif
12 #endif /* VMS */