summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 21:11:50 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:37 +0000
commit98480a2a710c9165912b5a67fe4e3fcb32d79c72 (patch)
tree27c16fae8f16901cea508a0feffce76d955da7c8 /perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
parent4b822df18678bf9410c7a91cd6d5631fbf226afb (diff)
downloadslackbuilds-98480a2a710c9165912b5a67fe4e3fcb32d79c72.tar.gz
slackbuilds-98480a2a710c9165912b5a67fe4e3fcb32d79c72.tar.xz
perl/perl-Text-Autoformat: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to '')
-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