Rebuild all packages with control.tar.gz
[termux-packages] / packages / coreutils / src-tac.c.patch
CommitLineData
67474349
FF
1diff -u -r ../coreutils-8.27/src/tac.c ./src/tac.c
2--- ../coreutils-8.27/src/tac.c 2017-02-18 04:18:29.000000000 +0100
3+++ ./src/tac.c 2017-07-02 23:32:45.765137258 +0200
4@@ -67,7 +67,7 @@
5
6
7 #ifndef DEFAULT_TMPDIR
8-# define DEFAULT_TMPDIR "/tmp"
9+# define DEFAULT_TMPDIR "@TERMUX_PREFIX@/tmp"
10 #endif
11
12 /* The number of bytes per atomic read. */