1 changed files with 12 additions and 0 deletions
@ -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" |
||||
|
Loading…
Reference in new issue