diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:41 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:37 -0400 |
commit | 677fe56bdeeb37a37b5162ee13ebccc652b4666d (patch) | |
tree | 43e9820c8f7461ab156322cdb6ec806fdbe21f80 /perl/perl-IPC-Run3 | |
parent | 36e67de3b08309d2279135592ade63b1b4bcd8fc (diff) |
perl/perl-IPC-Run3: Change i486 to i586
Diffstat (limited to 'perl/perl-IPC-Run3')
-rw-r--r-- | perl/perl-IPC-Run3/perl-IPC-Run3.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-IPC-Run3/perl-IPC-Run3.SlackBuild b/perl/perl-IPC-Run3/perl-IPC-Run3.SlackBuild index d59519e9c59a2..e46a7bba876b5 100644 --- a/perl/perl-IPC-Run3/perl-IPC-Run3.SlackBuild +++ b/perl/perl-IPC-Run3/perl-IPC-Run3.SlackBuild @@ -34,7 +34,7 @@ SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |