mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/qm-vamp-plugins: i486 => i586.
This commit is contained in:
parent
c9b7d9e0e5
commit
0034b60faa
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -29,7 +29,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
# No CFLAGS support (releases are tested with their own opts)
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
|
|
Loading…
Reference in a new issue