diff options
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 |
commit | b0d3a34f2cf3be3364a2be83a64553a920e8718e (patch) | |
tree | 9245aa8fce804d95300ef80755a93320a54705c1 /perl/perl-net-http | |
parent | 57552d74f8c4c93e2f5bcfb5d7146b9f7f9a22d3 (diff) | |
download | slackbuilds-b0d3a34f2cf3be3364a2be83a64553a920e8718e.tar.gz |
perl/perl-net-http: Change i486 to i586
Diffstat (limited to 'perl/perl-net-http')
-rw-r--r-- | perl/perl-net-http/perl-net-http.SlackBuild | 2 |
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 |