update config file; add missing options

This commit is contained in:
belliash 2012-01-06 12:12:27 +01:00
parent f56001d87a
commit 2f1530d115
1 changed files with 12 additions and 0 deletions

View File

@ -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"