aboutsummaryrefslogtreecommitdiff
path: root/net/p2p
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-09-13 22:08:53 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-09-13 22:08:53 +0000
commitdc435fc1e3b4e66c2c8dd33f7b8c91c2d309938e (patch)
tree4f36991a4a0ccf1ea4be77afd845f9cba72f4329 /net/p2p
parent780cd9f9f1388c7fb147a0355410c3e508a421f6 (diff)
downloadslackbuilds-dc435fc1e3b4e66c2c8dd33f7b8c91c2d309938e.tar.gz
slackbuilds-dc435fc1e3b4e66c2c8dd33f7b8c91c2d309938e.tar.bz2
azureus: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1380 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/p2p')
-rwxr-xr-xnet/p2p/azureus/azureus.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p2p/azureus/azureus.SlackBuild b/net/p2p/azureus/azureus.SlackBuild
index 445c682a..6fc7146c 100755
--- a/net/p2p/azureus/azureus.SlackBuild
+++ b/net/p2p/azureus/azureus.SlackBuild
@@ -48,7 +48,13 @@ ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39
ERROR_PATCH=40
PACKAGE_EXT="bz2"
-SRC="Azureus_$VERSION"_"linux-$ARCH.tar.$PACKAGE_EXT"
+
+if [ "$ARCH" == "i486" ] || [ "$ARCH" == "i386" ]; then
+ SRC="Azureus_$VERSION"_"linux.tar.$PACKAGE_EXT"
+else
+ SRC="Azureus_$VERSION"_"linux-$ARCH.tar.$PACKAGE_EXT"
+fi
+
URL="http://easynews.dl.sourceforge.net/sourceforge/$PACKAGE/$SRC"
RTOOL="wget"