diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:44 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:39 -0400 |
commit | b68614d9668e7d352b24a615b67e5ac22d825c37 (patch) | |
tree | 27638c9e87f8c29070d9057bbf24c9ca4e07c5bf /perl/perl-Regexp-Common | |
parent | 776f8d1ffa4bf267b4e4c8bc612c6f27f394b102 (diff) |
perl/perl-Regexp-Common: Change i486 to i586
Diffstat (limited to 'perl/perl-Regexp-Common')
-rw-r--r-- | perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild b/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild index 76d94fb1fc05..4bf3f5cc8fc0 100644 --- a/perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild +++ b/perl/perl-Regexp-Common/perl-Regexp-Common.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 |