diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-24 15:58:54 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-24 15:58:54 +0000 |
commit | 64daac83373da94a0aa18cd45f3da871f50a75a0 (patch) | |
tree | e33ae8f940c482a160d749e51d34801d20d696f7 /net/p2p | |
parent | 17b22ec699e803cc723037805fcb8acb535c1422 (diff) | |
download | slackbuilds-64daac83373da94a0aa18cd45f3da871f50a75a0.tar.gz slackbuilds-64daac83373da94a0aa18cd45f3da871f50a75a0.tar.bz2 |
azureus: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1470 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/p2p')
-rwxr-xr-x | net/p2p/azureus/azureus.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/p2p/azureus/azureus.SlackBuild b/net/p2p/azureus/azureus.SlackBuild index 97a54556..22debfd6 100755 --- a/net/p2p/azureus/azureus.SlackBuild +++ b/net/p2p/azureus/azureus.SlackBuild @@ -29,7 +29,7 @@ PRGNAM="azureus" PACKAGE="$PRGNAM" VERSION=${VERSION:=3.0.3.4} ARCH=${ARCH:=i486} -BUILD=${BUILD:=5rha} +BUILD=${BUILD:=6rha} TMP=${TMP:=/tmp} SRC_DIR=${SRC:=$CWD} TMP=${TMP:=/tmp} @@ -90,7 +90,10 @@ elif [ "$VERSION" == "2.5.0.4" ]; then wget "http://azureus.sourceforge.net/plugins/azplugins_2.1.4.jar" -O "$INSTALL_FOLDER/azureus/plugins/azplugins/azplugins_2.1.4.jar" elif [ "$VERSION" == "3.0.3.4" ]; then rm $INSTALL_FOLDER/azureus/plugins/azupnpav/* - wget "http://azureus.sourceforge.net/plugins/azupnpav_0.1.7.jar" -O "$INSTALL_FOLDER/azureus/plugins/azupnpav/azupnpav_0.1.7.jar" + wget "http://azureus.sourceforge.net/plugins/azupnpav_0.1.7.zip" -O "$INSTALL_FOLDER/azureus/plugins/azupnpav/azupnpav_0.1.7.zip" + cd $INSTALL_FOLDER/azureus/plugins/azupnpav/ + unzip azupnpav_0.1.7.zip && rm azupnpav_0.1.7.zip + cd - fi cat << EOF > install/slack-desc |