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

12 lines
215 B
Diff
Raw Permalink Normal View History

2021-12-21 00:17:57 +01:00
--- 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
}