mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
12 lines
265 B
Diff
12 lines
265 B
Diff
--- a/CPP/Windows/FileDir.cpp
|
|
+++ b/CPP/Windows/FileDir.cpp
|
|
@@ -674,7 +674,7 @@
|
|
#else
|
|
|
|
// FIXME: improve that code
|
|
- path = "/tmp/";
|
|
+ path = "@TERMUX_PREFIX@/tmp/";
|
|
if (!NFind::DoesDirExist_FollowLink(path))
|
|
path = "./";
|
|
return true;
|