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 | aa1598354df967a46aef5cfe2e97105b2a952071 (patch) | |
tree | bdc3bb17cd03dc9621020c3323b707e63754ac27 /perl/perl-net-ip | |
parent | b0d3a34f2cf3be3364a2be83a64553a920e8718e (diff) | |
download | slackbuilds-aa1598354df967a46aef5cfe2e97105b2a952071.tar.gz |
perl/perl-net-ip: Change i486 to i586
Diffstat (limited to 'perl/perl-net-ip')
-rw-r--r-- | perl/perl-net-ip/perl-net-ip.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-net-ip/perl-net-ip.SlackBuild b/perl/perl-net-ip/perl-net-ip.SlackBuild index 6e9fdd1e38..25f1b49eca 100644 --- a/perl/perl-net-ip/perl-net-ip.SlackBuild +++ b/perl/perl-net-ip/perl-net-ip.SlackBuild @@ -34,7 +34,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 |