summaryrefslogtreecommitdiffstats
path: root/qbittorrent/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-06-03 13:55:08 +0000
committer Eric Hameleers <alien@slackware.com>2012-06-03 13:55:08 +0000
commit546074a37679e46e48a53d233c154a05f95cb1d2 (patch)
tree3e8712a829f6c81728cf1b1c0056efb67a114cbd /qbittorrent/build
parent61c7362941fe1d493d790e0edb5fcf86277bf8e4 (diff)
downloadasb-546074a37679e46e48a53d233c154a05f95cb1d2.tar.gz
asb-546074a37679e46e48a53d233c154a05f95cb1d2.tar.xz
Cosmetics
Diffstat (limited to 'qbittorrent/build')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index f81e778a..211b31d3 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -120,6 +120,11 @@ case "$ARCH" in
;;
esac
+case "ARCH" in
+ arm*) TARGET=$ARCH-slackware-linux-gnueabi ;;
+ *) TARGET=$ARCH-slackware-linux ;;
+esac
+
# Exit the script on errors:
set -e
trap 'echo "$0 FAILED at line ${LINENO}" | tee $OUTPUT/error-${PRGNAM}.log' ERR