add ARCH explanation to sbopkg.conf.new

This commit is contained in:
chess.griffin 2009-05-24 19:30:08 +00:00
parent 7a67084d2b
commit 0f3a1941e3

View file

@ -94,6 +94,19 @@ The default value of OUTPUT is:
.br
export OUTPUT=${OUTPUT:-/tmp}.
.TP 5
.B ARCH
.br
This option sets the default architecture for compiling packages from
the repository. ARCH must be exported as it is also used by the SBo
SlackBuilds. Also note that the default value of OUTPUT is therefore
the same as in the SBo SlackBuilds. Typically, this value is either
i486, i686, or x86_64.
The default value of ARCH is:
.br
export ARCH=${ARCH:-i486}.
.TP 5
.B QUEUEDIR
.br