diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:47 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:41 -0400 |
commit | 5e40815968065746336cefce3f3d42a06105d02a (patch) | |
tree | 072cbd09dc7214e6b1cd06e2ab10744c7d19fa79 /perl | |
parent | 9b863a99d53884b7cc4c7f64ecb4cd638824acf0 (diff) |
perl/perl-Test-Script: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Test-Script/perl-Test-Script.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Test-Script/perl-Test-Script.SlackBuild b/perl/perl-Test-Script/perl-Test-Script.SlackBuild index 7bcde2ca7c34..feed1d477ebd 100644 --- a/perl/perl-Test-Script/perl-Test-Script.SlackBuild +++ b/perl/perl-Test-Script/perl-Test-Script.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 |