diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:52 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:43 -0400 |
commit | 75ec7459d230f4671a0b0fa297af82f16177baaa (patch) | |
tree | 1466b52fbd3cdab4a635f7636e17173d28dd3295 /perl | |
parent | 07091d8e4280be65438404f1deae13e7078535eb (diff) | |
download | slackbuilds-75ec7459d230f4671a0b0fa297af82f16177baaa.tar.gz |
perl/perl-http-tiny: Change i486 to i586
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-http-tiny/perl-http-tiny.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-http-tiny/perl-http-tiny.SlackBuild b/perl/perl-http-tiny/perl-http-tiny.SlackBuild index dfbe213111..21da672506 100644 --- a/perl/perl-http-tiny/perl-http-tiny.SlackBuild +++ b/perl/perl-http-tiny/perl-http-tiny.SlackBuild @@ -35,7 +35,7 @@ DOCFILES="Changes README" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |