diff options
Diffstat (limited to 'system/stress/stress.SlackBuild')
-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 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 |