0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-23 12:32:57 +00:00
Files
termux-packages/packages/zsh/tmp_path.patch
2024-11-25 01:34:37 +01:00

12 lines
405 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -3212,7 +3212,7 @@ AH_TOP([/***** begin user configuration section *****/
#define DEFAULT_FCEDIT "vi"
/* The default prefix for temporary files */
-#define DEFAULT_TMPPREFIX "/tmp/zsh"
+#define DEFAULT_TMPPREFIX "@TERMUX_PREFIX@/tmp/zsh"
/***** end of user configuration section *****/
/***** shouldn't have to change anything below here *****/