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"