summaryrefslogtreecommitdiffstats
path: root/perl/perl-String-ShellQuote
diff options
context:
space:
mode:
author B. Watson2017-03-22 02:09:05 +0100
committer David Spencer2017-03-25 14:29:35 +0100
commit1dd89e6c2e44c84d8222baa4138271bd31617bd4 (patch)
treeddadf3956e0bf2198fd6e80a51b8975f92c2813f /perl/perl-String-ShellQuote
parentf44e8a219b9d90418de37d5490fa5619c4811276 (diff)
downloadslackbuilds-1dd89e6c2e44c84d8222baa4138271bd31617bd4.tar.gz
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/perl-String-ShellQuote')
-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