Fix default architecture and version.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-01-18 00:40:22 +07:00
parent 1e53fc9717
commit c372367c8f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ If the architecture is x86, x86_64, or arm*, then
.B sbopkg .B sbopkg
automatically sets automatically sets
.B ARCH .B ARCH
to i486, x86_64, or arm, respectively. to i586, x86_64, or arm, respectively.
If If
.B ARCH .B ARCH
is set, is set,

View File

@ -4629,7 +4629,7 @@ SBOPKG_REPOS_D=${SBOPKG_REPOS_D:-/etc/sbopkg/repos.d}
EDITOR=${EDITOR:-vi} EDITOR=${EDITOR:-vi}
PAGER=${PAGER:-more} PAGER=${PAGER:-more}
CWD=$(pwd) CWD=$(pwd)
SBOVER=0.38.1 SBOVER=0.38.2
DIAG=1 DIAG=1
ON_ERROR=ask ON_ERROR=ask
REPOS_FIELDS=7 REPOS_FIELDS=7