perl/perl-Proc-Daemon: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:52:44 -06:00 committed by B. Watson
parent 9e39929af6
commit 8a965d2c91

View file

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