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 | e299d89fbe4769cfd192d04c0f6abff3989e0584 (patch) | |
tree | e2a89fa8aaeb33c2999c8a8a752cb9d9f50c095d /perl/perl-Sys-Syscall | |
parent | 6f81df08f7476aa69b963410504b8fc5328d0052 (diff) | |
download | slackbuilds-e299d89fbe4769cfd192d04c0f6abff3989e0584.tar.gz |
perl/perl-Sys-Syscall: Change i486 to i586
Diffstat (limited to 'perl/perl-Sys-Syscall')
-rw-r--r-- | perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild b/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild index 42abef2103..38be7e1725 100644 --- a/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild +++ b/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild @@ -35,7 +35,7 @@ DOCS="README.pod" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |