diff options
Diffstat (limited to 'man1/sboconfig.1')
-rw-r--r-- | man1/sboconfig.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 index 109d067..f2acc15 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -40,6 +40,11 @@ DISTCLEAN: If TRUE, then DO remove the source code after building the slackbuild JOBS: If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to make when a slackbuild which invokes "make" is run. This only makes sense on multicore systems, where one might set the JOBS to the number of available cores, or half that number, etc. .RE .P +-g|--gpg-key (FALSE|KEY_ID) +.RS +GPG_KEY: Use GPG to verify the slackbuilds.org tree on download using this GPG key. The default is configured to slackbuild.org's key 'D3076BC3E783EE747F09B8B70368EF579C7BA3B6'. You may want to disable if you are using Slackware current. Set to FALSE to disable. +.RE +.P -p|--pkg-dir (FALSE|/path) .RS PKG_DIR: 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. |