summaryrefslogtreecommitdiff
path: root/perl/perl-File-Which
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:52:39 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:37 -0400
commit3cffca80e252880d29ea0c04b7a4b49327e3ba04 (patch)
treea5862e4bd1970a84265a322c559110b783ba4bca /perl/perl-File-Which
parent457b953a47fbc21df242115ab691f46549c7fed7 (diff)
downloadslackbuilds-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.SlackBuild2
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