summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:52 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:43 -0400
commitb0d3a34f2cf3be3364a2be83a64553a920e8718e (patch)
tree9245aa8fce804d95300ef80755a93320a54705c1
parent57552d74f8c4c93e2f5bcfb5d7146b9f7f9a22d3 (diff)
downloadslackbuilds-b0d3a34f2cf3be3364a2be83a64553a920e8718e.tar.gz
slackbuilds-b0d3a34f2cf3be3364a2be83a64553a920e8718e.tar.xz
perl/perl-net-http: Change i486 to i586
-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