summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
index db74ae790e..baf52bbd28 100644
--- a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
+++ b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
@@ -11,7 +11,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac