aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Sys-Hostname-Long
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:46 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:40 -0400
commit6f81df08f7476aa69b963410504b8fc5328d0052 (patch)
tree575a484b8160cbb73ad6ec3dcb64e8ffc7a62f3e /perl/perl-Sys-Hostname-Long
parent991467ec9a8bd635ec2c57c82398860570418f58 (diff)
downloadslackbuilds-6f81df08f7476aa69b963410504b8fc5328d0052.tar.xz
perl/perl-Sys-Hostname-Long: Change i486 to i586
Diffstat (limited to 'perl/perl-Sys-Hostname-Long')
-rw-r--r--perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild b/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild
index 2ef1631a12a5..2a19502c0a90 100644
--- a/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild
+++ b/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM=Sys-Hostname-Long
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac