summaryrefslogtreecommitdiffstats
path: root/network/pydio-agent
diff options
context:
space:
mode:
Diffstat (limited to 'network/pydio-agent')
-rw-r--r--network/pydio-agent/pydio-agent.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/pydio-agent/pydio-agent.SlackBuild b/network/pydio-agent/pydio-agent.SlackBuild
index 0bc97ce374..231cb8eef6 100644
--- a/network/pydio-agent/pydio-agent.SlackBuild
+++ b/network/pydio-agent/pydio-agent.SlackBuild
@@ -34,7 +34,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