network/spambayes: Change i486 to i586
This commit is contained in:
parent
726e6ab9f7
commit
7f4e7eb8d6
|
@ -13,7 +13,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
|
||||
|
|
Loading…
Reference in New Issue