summaryrefslogtreecommitdiffstats
path: root/system/graphite-web/graphite-web.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphite-web/graphite-web.SlackBuild')
-rw-r--r--system/graphite-web/graphite-web.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/graphite-web/graphite-web.SlackBuild b/system/graphite-web/graphite-web.SlackBuild
index 71733f2945..4260f1c461 100644
--- a/system/graphite-web/graphite-web.SlackBuild
+++ b/system/graphite-web/graphite-web.SlackBuild
@@ -32,7 +32,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac