diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:39 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:37 -0400 |
commit | 3cffca80e252880d29ea0c04b7a4b49327e3ba04 (patch) | |
tree | a5862e4bd1970a84265a322c559110b783ba4bca /perl/perl-File-Which | |
parent | 457b953a47fbc21df242115ab691f46549c7fed7 (diff) | |
download | slackbuilds-3cffca80e252880d29ea0c04b7a4b49327e3ba04.tar.gz |
perl/perl-File-Which: Change i486 to i586
Diffstat (limited to 'perl/perl-File-Which')
-rw-r--r-- | perl/perl-File-Which/perl-File-Which.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-File-Which/perl-File-Which.SlackBuild b/perl/perl-File-Which/perl-File-Which.SlackBuild index 483c67f330..2f7f8eaea0 100644 --- a/perl/perl-File-Which/perl-File-Which.SlackBuild +++ b/perl/perl-File-Which/perl-File-Which.SlackBuild @@ -35,7 +35,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 |