1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 21:28:50 +00:00
termux-packages/packages/lnav/src-ghc-filesystem.hpp.patch
2021-12-23 17:32:09 +02:00

12 lines
215 B
Diff

--- a/src/ghc/filesystem.hpp
+++ b/src/ghc/filesystem.hpp
@@ -4884,7 +4884,7 @@
return path(temp_path);
}
}
- return path("/tmp");
+ return path("@TERMUX_PREFIX@/tmp");
#endif
}