From 1dd89e6c2e44c84d8222baa4138271bd31617bd4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 21 Mar 2017 21:09:05 -0400 Subject: [PATCH] perl/perl-String-ShellQuote: i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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