perl/perl-File-Which: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:52:39 -06:00 committed by B. Watson
parent 457b953a47
commit 3cffca80e2

View file

@ -35,7 +35,7 @@ SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac