diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:31 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:53 -0400 |
commit | 945357c6102bab5ea3c069b10c5551ff2f0ead5d (patch) | |
tree | 0ad5213a7a4ea81fbe48a3391ab638d50971810a | |
parent | 4ebddc37a6083b4930cd47c149352eb9c7e71fc0 (diff) |
system/stress: Change i486 to i586
-rw-r--r-- | system/stress/stress.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/stress/stress.SlackBuild b/system/stress/stress.SlackBuild index 78f87a686a48..cdb96b81113c 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 |