summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:52:40 +0100
committer B. Watson2022-06-07 08:23:37 +0200
commit08d7c93d94a1eb2a41f8ace9b0637a08be721e42 (patch)
treeb8795e81ed176a281c87bbdf9c74091d47d42f75
parentdb50efd7fed9577a8c56cf86abcc50f6799a6fda (diff)
downloadslackbuilds-08d7c93d94a1eb2a41f8ace9b0637a08be721e42.tar.gz
perl/perl-HTTP-Proxy: Change i486 to i586
-rw-r--r--perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild b/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild
index 06b18707d2..1408982ce9 100644
--- a/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild
+++ b/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild
@@ -15,7 +15,7 @@ SRCNAM=$(echo $PRGNAM | cut -f2- -d-)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac