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 | 244f9e30b1fa920ca36e223ff90a43dd7af168bd (patch) | |
tree | 41530f0bc25ed552786b7560a31c504233c9fa0b /python | |
parent | 07671a515fee6ea6678f9d74caec9c8ff135f4cc (diff) |
python/subvertpy: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/subvertpy/subvertpy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subvertpy/subvertpy.SlackBuild b/python/subvertpy/subvertpy.SlackBuild index dfece0b765a8..f17b6525f888 100644 --- a/python/subvertpy/subvertpy.SlackBuild +++ b/python/subvertpy/subvertpy.SlackBuild @@ -32,7 +32,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 |