From 98f7f5c2280e6abc5d6cc4cf6760e25909a4d3e0 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 18 Mar 2022 20:52:41 -0600 Subject: [PATCH] perl/perl-LWP-Protocol-https: Change i486 to i586 --- perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild index 4d38bb9338..e16a3766c7 100644 --- a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild +++ b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild @@ -34,7 +34,7 @@ SRCNAM=LWP-Protocol-https if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac