diff options
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 |
commit | 3adaa4f132723bfe18575e7ae34020d3ec0c4095 (patch) | |
tree | 13029de2834e5c02f546291d3d9f5330dab4f965 /libraries | |
parent | 09113f6118b8b8555dec9abcb84d7d05359e0dc1 (diff) |
libraries/soundtouch: Change i486 to i586
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/soundtouch/soundtouch.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/soundtouch/soundtouch.SlackBuild b/libraries/soundtouch/soundtouch.SlackBuild index 59f44e25b0c3..cd536760ab43 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 |