perl/perl-Sys-Hostname-Long: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:52:46 -06:00 committed by B. Watson
parent 991467ec9a
commit 6f81df08f7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ SRCNAM=Sys-Hostname-Long
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