summaryrefslogtreecommitdiff
path: root/perl/perl-Test-Script/perl-Test-Script.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Test-Script/perl-Test-Script.SlackBuild')
-rw-r--r--perl/perl-Test-Script/perl-Test-Script.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Test-Script/perl-Test-Script.SlackBuild b/perl/perl-Test-Script/perl-Test-Script.SlackBuild
index 7bcde2ca7c..feed1d477e 100644
--- a/perl/perl-Test-Script/perl-Test-Script.SlackBuild
+++ b/perl/perl-Test-Script/perl-Test-Script.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