mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +00:00
15 lines
258 B
Diff
15 lines
258 B
Diff
index 37b534a..274c07b 100644
|
|
--- a/sqlite3/sqlite3.c
|
|
+++ b/sqlite3/sqlite3.c
|
|
@@ -44558,9 +44558,7 @@ static int fillInUnixFile(
|
|
static const char *azTempDirs[] = {
|
|
0,
|
|
0,
|
|
- "/var/tmp",
|
|
- "/usr/tmp",
|
|
- "/tmp",
|
|
+ "@TERMUX_PREFIX@/tmp",
|
|
"."
|
|
};
|
|
|