summaryrefslogtreecommitdiffstats
path: root/network/pydio-agent
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:45:58 +0100
committer B. Watson2022-06-07 08:23:30 +0200
commit59f217dd48690572b203ee4081af89dc68941668 (patch)
treebe1c31a0a318d279d2bcb3d55e536bbdd4257446 /network/pydio-agent
parent07f3792625c3c14b7fa430c5979155e03e2154b7 (diff)
downloadslackbuilds-59f217dd48690572b203ee4081af89dc68941668.tar.gz
network/pydio-agent: Change i486 to i586
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