summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:19:33 +0100
committer B. Watson2022-06-07 08:24:04 +0200
commit3adaa4f132723bfe18575e7ae34020d3ec0c4095 (patch)
tree13029de2834e5c02f546291d3d9f5330dab4f965 /libraries
parent09113f6118b8b8555dec9abcb84d7d05359e0dc1 (diff)
downloadslackbuilds-3adaa4f132723bfe18575e7ae34020d3ec0c4095.tar.gz
libraries/soundtouch: Change i486 to i586
Diffstat (limited to 'libraries')
-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