diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:40 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:37 -0400 |
commit | 08d7c93d94a1eb2a41f8ace9b0637a08be721e42 (patch) | |
tree | b8795e81ed176a281c87bbdf9c74091d47d42f75 /perl | |
parent | db50efd7fed9577a8c56cf86abcc50f6799a6fda (diff) |
perl/perl-HTTP-Proxy: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild | 2 |
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 06b18707d2f7..1408982ce9a5 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 |