From: Christian Grothoff Date: Sat, 5 May 2018 13:02:29 +0000 (+0200) Subject: define GNUNET_TMP X-Git-Tag: v0.11.0pre66~82 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2f4928cce63e2361c2018ca917d9b5370e503b3;p=oweals%2Fgnunet.git define GNUNET_TMP --- 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