aboutsummaryrefslogtreecommitdiff
path: root/libraries/soundtouch
diff options
context:
space:
mode:
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 59f44e25b0c36..cd536760ab43c 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