mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
add ARCH explanation to sbopkg.conf.new
This commit is contained in:
parent
7a67084d2b
commit
0f3a1941e3
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue