diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:48 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:47 -0400 |
commit | 3072c598260fa7a814c84982b09a445736596a52 (patch) | |
tree | dfa3dbd9ce80f78d926faad83f52405ad55b044e /python | |
parent | e7a2c8ec21b8e25b6ef9e0d8913f3bdc8bc1c3b7 (diff) |
python/python3-sympy: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-sympy/python3-sympy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-sympy/python3-sympy.SlackBuild b/python/python3-sympy/python3-sympy.SlackBuild index d880732ea060..e48cfc97ae83 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 |