office/pdfshuffler: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:49:48 -06:00 committed by B. Watson
parent cde5a78468
commit 2b16b1a7d7

View file

@ -32,7 +32,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac