mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-07 17:24:51 +01:00
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:
parent
780d64ff49
commit
1b25251101
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# must be exported as both are used by the SlackBuild scripts as well.
|
# 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.
|
# Any of the other variables could be exported as well, if desired.
|
||||||
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
||||||
SLACKVER=12.2
|
SLACKVER=${SLACKVER:-12.2}
|
||||||
LOCALREPO=${LOCALREPO:-/home/sbo}
|
LOCALREPO=${LOCALREPO:-/home/sbo}
|
||||||
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
|
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
|
||||||
export TMP=${TMP:-/tmp/SBo}
|
export TMP=${TMP:-/tmp/SBo}
|
||||||
|
|
|
@ -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:
|
not have to be the same categories as at SBo, like this example:
|
||||||
/home/sbo/local/mystuff/myapp.
|
/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
|
.TP 5
|
||||||
.B LOCALREPO
|
.B LOCALREPO
|
||||||
|
|
Loading…
Reference in a new issue