summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config.php')
-rw-r--r--shared/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/config.php b/shared/config.php
index 8a93454..e8ed1e2 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -25,4 +25,5 @@ $pkgdir_root='/home/eitan/soc/tinderbox'; // The directory to recursively search
// $emerge_default_opts='-v --color=y'; // Options to add to all emerge commands
// $portdir='/usr/portage'; // The directory conatining the portage tree to use (/usr/portage unless you have a reason to think otherwise)
$backend_id='red'; // A name or other way of identifying this backend as opposed to other backends working for the same frontend
+// $tmpdir=isset($_ENV['TMPDIR'])?$_ENV['TMPDIR'].'/ingenue':'/var/tmp/ingenue'; // The directory to use for temporary files
?>