You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
272 B
Diff
12 lines
272 B
Diff
--- a/tools/shell/shell.c
|
|
+++ b/tools/shell/shell.c
|
|
@@ -15301,7 +15301,7 @@
|
|
#ifdef _WIN32
|
|
zTemp = "\\tmp";
|
|
#else
|
|
- zTemp = "/tmp";
|
|
+ zTemp = "@TERMUX_PREFIX@/tmp";
|
|
#endif
|
|
}
|
|
p->zTempFile = sqlite3_mprintf("%s/temp%llx.%s", zTemp, r, zSuffix);
|