summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-06-18 18:34:16 -0400
committerEudyptula <eitan@mosenkis.net>2009-06-18 18:34:16 -0400
commit7cc564052c31f96897a2087e890372d425cc7670 (patch)
tree6b6aa7b76f157d9ccf5f4a8c74e92d35403bb600 /backend
parentPlugged in sql_build to backend and frontend log viewer (diff)
downloadingenue-7cc564052c31f96897a2087e890372d425cc7670.tar.gz
ingenue-7cc564052c31f96897a2087e890372d425cc7670.tar.bz2
ingenue-7cc564052c31f96897a2087e890372d425cc7670.zip
Moved newclass utility into a cli script, created first-time setup script replacing the reset function from the frontend
Diffstat (limited to 'backend')
-rw-r--r--backend/functions/build.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/functions/build.php b/backend/functions/build.php
index 39f2c48..13bacbb 100644
--- a/backend/functions/build.php
+++ b/backend/functions/build.php
@@ -5,6 +5,7 @@ $conf['pkgdir']='/home/eitan/soc/tinderbox/default-linux-amd64';
// $conf['cxxflags']='$CFLAGS'; // Not needed in a binary install
$conf['chost']='x86_64-pc-linux-gnu';
$conf['port_logdir']='$W/log';
+$conf['emerge_log_dir']=$conf['port_logdir'];
$conf['emerge_default_opts']='-t -K --color=n';
$conf['portage_tmpdir']='$W/tmp';
$profile='/etc/make.profile';