mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 20:12:26 +00:00
d6856a4caf
Co-authored-by: Robert Kirkman <31490854+robertkirkman@users.noreply.github.com>
12 lines
405 B
Diff
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 *****/
|