From ee472c4f764701bbc78f128622f01cb916f0641a Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Tue, 19 Feb 2013 13:33:30 -0600 Subject: support env vars $TMP and $OUTPUT, and clean some excess spaces at the ends of some lines --- man5/sbotools.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man5') 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) -- cgit v1.2.3