diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-05-05 15:02:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-05-05 15:02:29 +0200 |
commit | b2f4928cce63e2361c2018ca917d9b5370e503b3 (patch) | |
tree | 5854cbbd82eea4935efc3c13b227e6f7f4074c07 | |
parent | d27c9b076302ac205d22c291cb0380289e4f95eb (diff) |
define GNUNET_TMP
-rw-r--r-- | src/util/util.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/util.conf b/src/util/util.conf index ceb5fdcbb..f2e5bee28 100644 --- a/src/util/util.conf +++ b/src/util/util.conf @@ -36,6 +36,9 @@ GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/ # Runtime data for per-user services GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/ +# Directory to use for temporary files. +GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/ + # Override for GNUNET_HOME used by test cases. # GNUNET_TEST_HOME = /tmp/foo/bar |