modify sbopkg.conf and related man page regarding changing SLACKVER=12.2 to SLACKVER=12.2; thanks to TSquaredF for the suggestion

This commit is contained in:
chess.griffin 2009-01-30 04:18:27 +00:00
parent 780d64ff49
commit 1b25251101
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,7 @@
# must be exported as both are used by the SlackBuild scripts as well.
# Any of the other variables could be exported as well, if desired.
RSYNCMIRROR=slackbuilds.org::slackbuilds
SLACKVER=12.2
SLACKVER=${SLACKVER:-12.2}
LOCALREPO=${LOCALREPO:-/home/sbo}
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
export TMP=${TMP:-/tmp/SBo}

View file

@ -40,7 +40,9 @@ be similar to the style of SBo, including catories, although they do
not have to be the same categories as at SBo, like this example:
/home/sbo/local/mystuff/myapp.
The default value of SLACKVER is: 12.2.
The default value of SLACKVER is:
.br
SLACKVER=${SLACKVER:-12.2}.
.TP 5
.B LOCALREPO