summaryrefslogtreecommitdiffstats
path: root/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:41 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:37 -0400
commit98f7f5c2280e6abc5d6cc4cf6760e25909a4d3e0 (patch)
tree4c9c730d1da9a73aab7c98340dfdde3c2e251c47 /perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild
parent0f37569a2be223e3959d34e7d33ca549b6c26820 (diff)
downloadslackbuilds-98f7f5c2280e6abc5d6cc4cf6760e25909a4d3e0.tar.gz
slackbuilds-98f7f5c2280e6abc5d6cc4cf6760e25909a4d3e0.tar.xz
perl/perl-LWP-Protocol-https: Change i486 to i586
Diffstat (limited to '')
-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