Blame SOURCES/mc-tmpdir.patch

c5bd61
--- lib/global.h~       2016-09-22 20:24:12.000000000 +0200
c5bd61
+++ lib/global.h        2016-12-09 11:34:47.376367101 +0100
c5bd61
@@ -125,7 +125,7 @@
c5bd61
 #define PATH_SEP_STR "/"
c5bd61
 #define IS_PATH_SEP(c) ((c) == PATH_SEP)
c5bd61
 #define PATH_ENV_SEP ':'
c5bd61
-#define TMPDIR_DEFAULT "/tmp"
c5bd61
+#define TMPDIR_DEFAULT "/var/tmp"
c5bd61
 #define SCRIPT_SUFFIX ""
c5bd61
 #define get_default_editor() "vi"
c5bd61
 #define OS_SORT_CASE_SENSITIVE_DEFAULT 1