0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-11 23:00:52 +00:00
2023-02-14 21:03:08 +05:30

12 lines
405 B
Diff

--- ./lib/os.js.orig 2023-02-02 02:40:18.000000000 +0530
+++ ./lib/os.js 2023-02-10 18:35:51.340175431 +0530
@@ -193,7 +193,7 @@
path = safeGetenv('TMPDIR') ||
safeGetenv('TMP') ||
safeGetenv('TEMP') ||
- '/tmp';
+ '@TERMUX_PREFIX@/tmp';
if (path.length > 1 && StringPrototypeEndsWith(path, '/'))
path = StringPrototypeSlice(path, 0, -1);
}