commit 933a5bd933b89c49582fba9425ca61da213010ed
parent 40ebf5595a95ce11104d0fba2cd66b6eab6f4b4b
Author: Jacob Pipkin <d4wnr4z0r@yahoo.com>
Date: Sat, 26 May 2012 11:29:16 -0500
SBo -> slackbuild for SEO purposes
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
@@ -10,7 +10,7 @@ The current configuration keys are as follows:
.P
DISTCLEAN=(TRUE|FALSE)
.RS
-If TRUE, then DO remove the source code after building the SBo. By default, the source code is not removed, and lives under $SBO_HOME/distfiles, which, by default, is /usr/sbo/distfiles. Setting this option to TRUE causes the source code to be removed by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
+If TRUE, then DO remove the source code after building the slackbuild. By default, the source code is not removed, and lives under $SBO_HOME/distfiles, which, by default, is /usr/sbo/distfiles. Setting this option to TRUE causes the source code to be removed by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
.RE
.P
JOBS=(#|FALSE)
@@ -20,7 +20,7 @@ If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to m
.P
NOCLEAN=(TRUE|FALSE)
.RS
-If TRUE, then DO NOT clean working directories after building the SBo. 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 an SBo. 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. 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