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 e8c9a35..ef32cd2 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -35,6 +35,11 @@ NOCLEAN: If TRUE, then DO NOT clean working directories after building the slack DISTCLEAN: 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 +-f|--fallback-archive (FALSE|url) +.RS +FALLBACK_ARCHIVE: If set to a url, use that url as a fallback to attempt downloading from when the original URL fails. +.RE +.P -j|--jobs (FALSE|#) .RS 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. |