summaryrefslogtreecommitdiffstats
path: root/libraries/soundtouch
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:19:33 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:24:04 -0400
commit3adaa4f132723bfe18575e7ae34020d3ec0c4095 (patch)
tree13029de2834e5c02f546291d3d9f5330dab4f965 /libraries/soundtouch
parent09113f6118b8b8555dec9abcb84d7d05359e0dc1 (diff)
downloadslackbuilds-3adaa4f132723bfe18575e7ae34020d3ec0c4095.tar.gz
slackbuilds-3adaa4f132723bfe18575e7ae34020d3ec0c4095.tar.xz
libraries/soundtouch: Change i486 to i586
Diffstat (limited to 'libraries/soundtouch')
-rw-r--r--libraries/soundtouch/soundtouch.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/soundtouch/soundtouch.SlackBuild b/libraries/soundtouch/soundtouch.SlackBuild
index 59f44e25b0..cd536760ab 100644
--- a/libraries/soundtouch/soundtouch.SlackBuild
+++ b/libraries/soundtouch/soundtouch.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