aboutsummaryrefslogtreecommitdiff
path: root/man5
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-02-19 13:33:30 -0600
committerJ Pipkin <j@dawnrazor.net>2013-02-19 13:33:30 -0600
commitee472c4f764701bbc78f128622f01cb916f0641a (patch)
treef7d75bc99b1fa594e3a612fd0c055c4688d027ce /man5
parent8fe7c4d73b8a2dab3ee3560701b33dc172f2b056 (diff)
downloadsbotools2-ee472c4f764701bbc78f128622f01cb916f0641a.tar.xz
support env vars $TMP and $OUTPUT, and clean some excess spaces at the ends of some lines
Diffstat (limited to 'man5')
-rw-r--r--man5/sbotools.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
index aa01c25..ceedc00 100644
--- a/man5/sbotools.conf.5
+++ b/man5/sbotools.conf.5
@@ -20,12 +20,12 @@ If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to m
.P
NOCLEAN=(FALSE|TRUE)
.RS
-If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building a slackbuild. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
+If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo (or $TMP). By default, these directories are removed after building a slackbuild. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
.RE
.P
PKG_DIR=(FALSE|/path)
.RS
-If set to a path, packages will be stored at the given location after building and installing. By default, packages are left where they are deposited by SlackBuilds, which is typically (probably always) /tmp. If PKG_DIR is FALSE and DISTCLEAN is TRUE (either in sbotools.conf(5) or at sboupgrade/sboinstall runtime), the package will be deleted. If this option is set to a path in the filesystem, the package will be stored in that directory, regardless of any DISTCLEAN option.
+If set to a path, packages will be stored at the given location after building and installing. By default, packages are left where they are deposited by SlackBuilds, which is typically (probably always) /tmp (or $OUTPUT). If PKG_DIR is FALSE and DISTCLEAN is TRUE (either in sbotools.conf(5) or at sboupgrade/sboinstall runtime), the package will be deleted. If this option is set to a path in the filesystem, the package will be stored in that directory, regardless of any DISTCLEAN option.
.RE
.P
SBO_HOME=(/usr/sbo|/path)