diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:48 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:41 -0400 |
commit | 7c31834e43c975c8a85ae864416dc67537149c3c (patch) | |
tree | e07640bf6190365e4a83d0f7e10fb13024ccaf06 /perl | |
parent | 7946087f2b0565790346c12e7c8db5d133cb4f72 (diff) |
perl/perl-Text-Hyphen: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Text-Hyphen/perl-Text-Hyphen.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Text-Hyphen/perl-Text-Hyphen.SlackBuild b/perl/perl-Text-Hyphen/perl-Text-Hyphen.SlackBuild index f8f94e0fc692..ee4618d01b91 100644 --- a/perl/perl-Text-Hyphen/perl-Text-Hyphen.SlackBuild +++ b/perl/perl-Text-Hyphen/perl-Text-Hyphen.SlackBuild @@ -34,7 +34,7 @@ SRCNAM=Text-Hyphen if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |