summaryrefslogtreecommitdiffstats
path: root/python/python3-sympy
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-sympy')
-rw-r--r--python/python3-sympy/python3-sympy.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-sympy/python3-sympy.SlackBuild b/python/python3-sympy/python3-sympy.SlackBuild
index d880732ea0..e48cfc97ae 100644
--- a/python/python3-sympy/python3-sympy.SlackBuild
+++ b/python/python3-sympy/python3-sympy.SlackBuild
@@ -40,7 +40,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac