diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 01:00:47 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 01:00:47 +0100 |
commit | ea914a834932b7f94379e5247d2788b4b1e47ceb (patch) | |
tree | c684e17decde5b11a24aa3295dff67bcbd05bc00 /man5/sbotools.conf.5 | |
parent | 26c0796d4341c665fc8d67aecf350349201e8bbe (diff) | |
download | sbotools-ea914a834932b7f94379e5247d2788b4b1e47ceb.tar.xz |
Add ability to set a directory of local overrides.
This fixes #8
Diffstat (limited to 'man5/sbotools.conf.5')
-rw-r--r-- | man5/sbotools.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5 index 93b6a23..f44865c 100644 --- a/man5/sbotools.conf.5 +++ b/man5/sbotools.conf.5 @@ -32,6 +32,11 @@ SBO_HOME=(/usr/sbo|/path) .RS If set to a path, this is where the slackbuilds.org tree will live; by default, /usr/sbo will be used. If the tree should live elsewhere, this option can be set to the path where the tree should live. Note that if you set this option after fetching the tree to a different location (such as the default), you will need to fetch the tree again. .RE +.P +LOCAL_OVERRIDES=(FALSE|/path) +.RS +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 .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboremove(1), sbosnap(1), sboupgrade(1) |