diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:35 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:35 -0400 |
commit | b93601f6792869ac6a94ef2c730b9ff9012c24f5 (patch) | |
tree | 9f2d479ed633d0fcdbfcb866c333fd9d20df4b72 /perl/perl-CPAN-Changes | |
parent | fed57f842df5479e34946e336e5a4da86c35b922 (diff) |
perl/perl-CPAN-Changes: Change i486 to i586
Diffstat (limited to 'perl/perl-CPAN-Changes')
-rw-r--r-- | perl/perl-CPAN-Changes/perl-CPAN-Changes.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-CPAN-Changes/perl-CPAN-Changes.SlackBuild b/perl/perl-CPAN-Changes/perl-CPAN-Changes.SlackBuild index 261754097184f..85f31e5bad46d 100644 --- a/perl/perl-CPAN-Changes/perl-CPAN-Changes.SlackBuild +++ b/perl/perl-CPAN-Changes/perl-CPAN-Changes.SlackBuild @@ -12,7 +12,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |