system/kbfs: Fix 32bit version.

Versions should not have `-` but instead use `_`.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-06-02 11:46:00 +09:00 committed by Willy Sudiarto Raharjo
parent ce64dd6fd3
commit 3c992b9cab
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
if [ "${ARCH}" = "i586" ]
then
VERSION="6.0.2-20220610191041"
VERSION="6.0.2_20220610191041"
COMMITVER=a459abf326
SRCVER=$(echo $VERSION | tr _ - )
fi