aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-String-ShellQuote
diff options
context:
space:
mode:
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 1d01f36301714..6bc95819b79a7 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