graphics/VariCAD.SlackBuild: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-17 19:30:56 -06:00 committed by B. Watson
parent 015d963474
commit 7011e509a6

View file

@ -42,12 +42,12 @@ SRCVERSION=$(echo $VERSION | sed "s/_/-$SRCLANG-/")
PKGVERSION="${VERSION}_$SRCLANG"
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
SRCARCH="i586"
PKGARCH="i586"
elif [ "$ARCH" = "x86_64" ]; then