perl/perl-Danga-Socket: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:52:38 -06:00 committed by B. Watson
parent 9fb5c6fb80
commit 0c4c93f308
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ SRC_PRGNAM=Danga-Socket
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac