aboutsummaryrefslogtreecommitdiff
path: root/man5/sbotools.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/sbotools.conf.5')
-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)