diff options
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 |
commit | 1dd89e6c2e44c84d8222baa4138271bd31617bd4 (patch) | |
tree | ddadf3956e0bf2198fd6e80a51b8975f92c2813f /perl/perl-String-ShellQuote | |
parent | f44e8a219b9d90418de37d5490fa5619c4811276 (diff) |
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.SlackBuild | 2 |
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 1d01f3630171..6bc95819b79a 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 |