aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-File-Which/perl-File-Which.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-File-Which/perl-File-Which.SlackBuild')
-rw-r--r--perl/perl-File-Which/perl-File-Which.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-File-Which/perl-File-Which.SlackBuild b/perl/perl-File-Which/perl-File-Which.SlackBuild
index 483c67f330..2f7f8eaea0 100644
--- a/perl/perl-File-Which/perl-File-Which.SlackBuild
+++ b/perl/perl-File-Which/perl-File-Which.SlackBuild
@@ -35,7 +35,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