From 2f1530d115ed0a457216939d95a0d3d007b597b6 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 6 Jan 2012 12:12:27 +0100 Subject: [PATCH] update config file; add missing options --- config/layout.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/layout.conf b/config/layout.conf index 84966bb..a4f6c76 100644 --- a/config/layout.conf +++ b/config/layout.conf @@ -1,3 +1,15 @@ +BINDIR="${TEMPDIR}/bin" + +BUILDDIR="${TEMPDIR}/builds" + +OVERLAYSDIR="${TEMPDIR}/overlays" + +PACKAGESDIR="${TEMPDIR}/packages" + +PORTAGESDIR="${TEMPDIR}/portages" + +TRASHDIR="${TEMPDIR}/temp" + # Directive sets the filename for logging of all information about the progress and of all # executed commands output. This has to contain absolute path to the created file. LOGFILE="${TEMPDIR}/${EZNAME}.log"