termux-packages/packages/lnav/src-ghc-filesystem.hpp.patch

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
}