summaryrefslogtreecommitdiffstats
path: root/perl/perl-test-warn/perl-test-warn.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-test-warn/perl-test-warn.SlackBuild')
-rw-r--r--perl/perl-test-warn/perl-test-warn.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-test-warn/perl-test-warn.SlackBuild b/perl/perl-test-warn/perl-test-warn.SlackBuild
index 529494134c..8091263c03 100644
--- a/perl/perl-test-warn/perl-test-warn.SlackBuild
+++ b/perl/perl-test-warn/perl-test-warn.SlackBuild
@@ -32,7 +32,7 @@ SRCNAM=Test-Warn
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac