summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-14 01:40:34 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-14 01:40:34 +0000
commite21ac9dbe70abaf91d34ad4ac103c05cdab7ca87 (patch)
treedad294c3167e8f1bba7cad2f203892ed3c8c518d
parentsmall fix to error message (Manifest recommit) (diff)
downloadgentoo-2-e21ac9dbe70abaf91d34ad4ac103c05cdab7ca87.tar.gz
gentoo-2-e21ac9dbe70abaf91d34ad4ac103c05cdab7ca87.tar.bz2
gentoo-2-e21ac9dbe70abaf91d34ad4ac103c05cdab7ca87.zip
small fix to error message
-rw-r--r--net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh b/net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh
index ae64aff74ce0..dae5e41fc15b 100644
--- a/net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh
+++ b/net-p2p/azureus-bin/files/azureus-bin-2.0.8.0a-gentoo.sh
@@ -54,7 +54,7 @@ java -cp $CLASSPATH -Djava.library.path="/usr/lib:${AZDIR}" -jar Azureus2.jar ${
#java -cp $CLASSPATH -Djava.library.path="/usr/lib:${AZDIR}" org.gudy.azureus2.ui.swt.Main "$1"
if [ $? -ne 0 ]; then
- echo "If you recieved an error about missing log4j or cli, you need to setup"
+ echo "If you recieved an error about a missing java class, you need to setup"
echo "your classpath correctly."
echo "This should do the trick (as root):"
echo "java-config --add-system-classpath=junit,log4j,commons-cli,systray4j"