diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 01:35:04 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 01:35:04 +0100 |
commit | af1f5829a2b8181fc005acdafaa4cc52e5ae320b (patch) | |
tree | 9b2df165bd1f1d9183fb2be3da3273c8f43f2d06 /man1 | |
parent | ea914a834932b7f94379e5247d2788b4b1e47ceb (diff) | |
download | sbotools-af1f5829a2b8181fc005acdafaa4cc52e5ae320b.tar.xz |
Allow to override the version of slackware to grab from SBo
Diffstat (limited to 'man1')
-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 5ed8b47..a502a13 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -54,6 +54,11 @@ SBO_HOME: If set to a path, this is where the slackbuilds.org tree will live; by .RS LOCAL_OVERRIDES: If set to a path, any directory name under that path that matches a slackbuild name will be used instead of anything found on SBo. This will even work if it isn't on SBo at all. It still requires all the usual files present in an SBo directory such as README, name.info, and name.SlackBuild. .RE +.P +-V|--slackware-version (FALSE|#.#) +.RS +SLACKWARE_VERSION: If set to a version specification, use the SBo repository for that version instead of the one you can find in /etc/slackware-version. +.RE .SH EXIT CODES .P sboconfig can exit with the following codes: |