aboutsummaryrefslogtreecommitdiff
path: root/man5
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-03-02 02:20:47 -0600
committerJ Pipkin <j@dawnrazor.net>2013-03-02 02:20:47 -0600
commitfb0d444d3aed4100546a55bdf69903aa13cc7fe5 (patch)
tree37f23ee1e7579e839d61fc7786986edd5dfbcd3c /man5
parent5b7871d33a8f0746eb095d1cf9a2f2b306dfa562 (diff)
parent2483cc672c72ef8182035d65de1593dca8b94267 (diff)
downloadsbotools2-fb0d444d3aed4100546a55bdf69903aa13cc7fe5.tar.xz
Merge branch 'tmp_fix', fixes #50
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)