diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:46 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:40 -0400 |
commit | 6f81df08f7476aa69b963410504b8fc5328d0052 (patch) | |
tree | 575a484b8160cbb73ad6ec3dcb64e8ffc7a62f3e /perl | |
parent | 991467ec9a8bd635ec2c57c82398860570418f58 (diff) |
perl/perl-Sys-Hostname-Long: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild | 2 |
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 2ef1631a12a55..2a19502c0a90b 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 |