diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 20:56:14 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:27 +0000 |
commit | c94e789b45067aa1f2238005663e2844a72ce471 (patch) | |
tree | 25b17f04e5a6f47487557199b70c41ad7693eb57 /perl/perl-IPC-Run/perl-IPC-Run.SlackBuild | |
parent | 3ee6fdbdeb71ea81349e85040bf567a5176eb97d (diff) | |
download | slackbuilds-c94e789b45067aa1f2238005663e2844a72ce471.tar.gz |
perl/perl-IPC-Run: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-IPC-Run/perl-IPC-Run.SlackBuild')
-rw-r--r-- | perl/perl-IPC-Run/perl-IPC-Run.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-IPC-Run/perl-IPC-Run.SlackBuild b/perl/perl-IPC-Run/perl-IPC-Run.SlackBuild index a0d33977dd..fe1b025163 100644 --- a/perl/perl-IPC-Run/perl-IPC-Run.SlackBuild +++ b/perl/perl-IPC-Run/perl-IPC-Run.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 |