summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:52:52 +0100
committer B. Watson2022-06-07 08:23:43 +0200
commitb0d3a34f2cf3be3364a2be83a64553a920e8718e (patch)
tree9245aa8fce804d95300ef80755a93320a54705c1 /perl
parent57552d74f8c4c93e2f5bcfb5d7146b9f7f9a22d3 (diff)
downloadslackbuilds-b0d3a34f2cf3be3364a2be83a64553a920e8718e.tar.gz
perl/perl-net-http: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-net-http/perl-net-http.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-net-http/perl-net-http.SlackBuild b/perl/perl-net-http/perl-net-http.SlackBuild
index 2b563e0da3..8b56cda8dd 100644
--- a/perl/perl-net-http/perl-net-http.SlackBuild
+++ b/perl/perl-net-http/perl-net-http.SlackBuild
@@ -32,7 +32,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac