summaryrefslogtreecommitdiffstats
path: root/perl/perl-Log-Log4perl
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:42 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:38 -0400
commitdd967341498aba438d44e985538234ab1523df2a (patch)
tree9b5627f050f490da6fa63bec9f8353bd94eaf563 /perl/perl-Log-Log4perl
parent4f7fb2611b8dc908f7c45cb64be3e9da63b44cc0 (diff)
downloadslackbuilds-dd967341498aba438d44e985538234ab1523df2a.tar.gz
slackbuilds-dd967341498aba438d44e985538234ab1523df2a.tar.xz
perl/perl-Log-Log4perl: Change i486 to i586
Diffstat (limited to 'perl/perl-Log-Log4perl')
-rw-r--r--perl/perl-Log-Log4perl/perl-Log-Log4perl.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Log-Log4perl/perl-Log-Log4perl.SlackBuild b/perl/perl-Log-Log4perl/perl-Log-Log4perl.SlackBuild
index aa3eb872d0..414f920b9b 100644
--- a/perl/perl-Log-Log4perl/perl-Log-Log4perl.SlackBuild
+++ b/perl/perl-Log-Log4perl/perl-Log-Log4perl.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM="$( echo $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