diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:45:58 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:30 -0400 |
commit | 59f217dd48690572b203ee4081af89dc68941668 (patch) | |
tree | be1c31a0a318d279d2bcb3d55e536bbdd4257446 /network | |
parent | 07f3792625c3c14b7fa430c5979155e03e2154b7 (diff) |
network/pydio-agent: Change i486 to i586
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 |