summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:52:41 +0100
committer B. Watson2022-06-07 08:23:37 +0200
commit98f7f5c2280e6abc5d6cc4cf6760e25909a4d3e0 (patch)
tree4c9c730d1da9a73aab7c98340dfdde3c2e251c47
parent0f37569a2be223e3959d34e7d33ca549b6c26820 (diff)
downloadslackbuilds-98f7f5c2280e6abc5d6cc4cf6760e25909a4d3e0.tar.gz
perl/perl-LWP-Protocol-https: Change i486 to i586
-rw-r--r--perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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