diff options
author | J Pipkin <j@dawnrazor.net> | 2013-02-19 13:33:30 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-02-19 13:33:30 -0600 |
commit | ee472c4f764701bbc78f128622f01cb916f0641a (patch) | |
tree | f7d75bc99b1fa594e3a612fd0c055c4688d027ce /man1/sboupgrade.1 | |
parent | 8fe7c4d73b8a2dab3ee3560701b33dc172f2b056 (diff) | |
download | sbotools-ee472c4f764701bbc78f128622f01cb916f0641a.tar.xz |
support env vars $TMP and $OUTPUT, and clean some excess spaces at the ends of some lines
Diffstat (limited to 'man1/sboupgrade.1')
-rw-r--r-- | man1/sboupgrade.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index 70e52f5..d0ba370 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -22,7 +22,7 @@ Show version information. .P -c|--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 an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default. +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 an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default. .RE .P -d|--distclean (FALSE|TRUE) @@ -37,7 +37,7 @@ Force an upgrade, even if the installed version is equal to or less than the sla .P -i|--noinstall .RS -Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp, or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)). +Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp (or $OUTPUT), or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)). .RE .P -j|--jobs (FALSE|#) |