mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 03:40:08 +00:00
12 lines
278 B
Diff
12 lines
278 B
Diff
--- a/tmux.h
|
|
+++ b/tmux.h
|
|
@@ -74,7 +74,7 @@
|
|
#define TMUX_CONF "/etc/tmux.conf:~/.tmux.conf"
|
|
#endif
|
|
#ifndef TMUX_SOCK
|
|
-#define TMUX_SOCK "$TMUX_TMPDIR:" _PATH_TMP
|
|
+#define TMUX_SOCK "$TMUX_TMPDIR:@TERMUX_PREFIX@/var/run"
|
|
#endif
|
|
#ifndef TMUX_TERM
|
|
#define TMUX_TERM "screen"
|