diff options
-rw-r--r-- | network/ctorrent/ctorrent.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ctorrent/ctorrent.SlackBuild b/network/ctorrent/ctorrent.SlackBuild index 18edf4e438..005ad99fa8 100644 --- a/network/ctorrent/ctorrent.SlackBuild +++ b/network/ctorrent/ctorrent.SlackBuild @@ -29,7 +29,7 @@ TAG=${TAG:-_SBo} PKGVERSION=dnh${VERSION} -iif [ -z "$ARCH" ]; then +if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; |