update config file

This commit is contained in:
belliash 2012-01-06 23:57:34 +01:00
parent 01e5385f67
commit ed1ff4f3ad
1 changed files with 11 additions and 0 deletions

View File

@ -1,13 +1,24 @@
# Specifies the path to the directory that will contain any temporary created executable
# files, necessary for EzBuild to operate correctly.
BINDIR="${TEMPDIR}/bin" BINDIR="${TEMPDIR}/bin"
# Directive sets the path to the directory, where EzBuild will store everything that it
# builds (eg. stages).
BUILDDIR="${TEMPDIR}/builds" BUILDDIR="${TEMPDIR}/builds"
# Defines the directory in which overlays with user made ebuilds will be saved for further
# merging with portage tree.
OVERLAYSDIR="${TEMPDIR}/overlays" OVERLAYSDIR="${TEMPDIR}/overlays"
# Directive sets the path where EzBuild will put binary packages for all ebuilds processed
# in addition to compiling and installing the packages.
PACKAGESDIR="${TEMPDIR}/packages" PACKAGESDIR="${TEMPDIR}/packages"
# This is the path where EzBuild will store entire portage trees, that are necessary for
# synchronization with the mainline.
PORTAGESDIR="${TEMPDIR}/portages" PORTAGESDIR="${TEMPDIR}/portages"
# This specifies the directory where EzBuild will put its temporary files and caches.
TRASHDIR="${TEMPDIR}/temp" TRASHDIR="${TEMPDIR}/temp"
# Directive sets the filename for logging of all information about the progress and of all # Directive sets the filename for logging of all information about the progress and of all