diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/pydio-agent/pydio-agent.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/pydio-agent/pydio-agent.SlackBuild b/network/pydio-agent/pydio-agent.SlackBuild index 0bc97ce37458..231cb8eef64f 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 |