aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-CPAN-Changes
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:35 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:35 -0400
commitb93601f6792869ac6a94ef2c730b9ff9012c24f5 (patch)
tree9f2d479ed633d0fcdbfcb866c333fd9d20df4b72 /perl/perl-CPAN-Changes
parentfed57f842df5479e34946e336e5a4da86c35b922 (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.SlackBuild2
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