summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 21:09:05 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:35 +0000
commit1dd89e6c2e44c84d8222baa4138271bd31617bd4 (patch)
treeddadf3956e0bf2198fd6e80a51b8975f92c2813f /perl
parentf44e8a219b9d90418de37d5490fa5619c4811276 (diff)
downloadslackbuilds-1dd89e6c2e44c84d8222baa4138271bd31617bd4.tar.gz
slackbuilds-1dd89e6c2e44c84d8222baa4138271bd31617bd4.tar.xz
perl/perl-String-ShellQuote: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild b/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild
index 1d01f36301..6bc95819b7 100644
--- a/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild
+++ b/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac