summaryrefslogtreecommitdiffstats
path: root/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild
diff options
context:
space:
mode:
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