From 945357c6102bab5ea3c069b10c5551ff2f0ead5d Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 18 Mar 2022 21:02:31 -0600 Subject: system/stress: Change i486 to i586 --- system/stress/stress.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/stress') diff --git a/system/stress/stress.SlackBuild b/system/stress/stress.SlackBuild index 78f87a686a..cdb96b8111 100644 --- a/system/stress/stress.SlackBuild +++ b/system/stress/stress.SlackBuild @@ -32,7 +32,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; *) export ARCH=$( uname -m ) ;; esac -- cgit v1.2.3