summaryrefslogtreecommitdiff
path: root/net-p2p/limewire/files/patch-runLime.sh
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-08-06 22:10:38 +0000
committerPatrick Li <pat@FreeBSD.org>2002-08-06 22:10:38 +0000
commitbf6a73ebe2004b3bf7e35f01cab5853f3837e67a (patch)
tree3c804e09cee3830c16dcd513b8dcd98ac69153b2 /net-p2p/limewire/files/patch-runLime.sh
parentabcde is "A Better CD Encoder". It rips tracks from a CD, encodes them (diff)
Update to 2.5.5
Reviewed by: maintainer Approved by: maintainer
Notes
Notes: svn path=/head/; revision=64123
Diffstat (limited to 'net-p2p/limewire/files/patch-runLime.sh')
-rw-r--r--net-p2p/limewire/files/patch-runLime.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/limewire/files/patch-runLime.sh b/net-p2p/limewire/files/patch-runLime.sh
index 0f970f9b8413..8b99e6c2e3a3 100644
--- a/net-p2p/limewire/files/patch-runLime.sh
+++ b/net-p2p/limewire/files/patch-runLime.sh
@@ -1,15 +1,15 @@
---- runLime.sh.orig Thu Mar 14 14:00:50 2002
-+++ runLime.sh Thu Jul 11 17:07:02 2002
+--- runLime.sh.orig Wed May 15 14:32:03 2002
++++ runLime.sh Tue Jul 16 22:25:34 2002
@@ -7,8 +7,9 @@
# work around some limitations in the JDK1.3. For more information
# see http://java.sun.com/j2se/1.3/relnotes.html#vm
#
--CLASSPATH=".:collections.jar:xerces.jar:jl011.jar"
+-CLASSPATH=".:collections.jar:xerces.jar:jl011.jar:MessagesBundles.jar"
-export CLASSPATH
+CLASSPATH="%%JAR_DIR%%"
J2SE_PREEMPTCLOSE=1
export J2SE_PREEMPTCLOSE
-java -jar RunLime.jar
+exec %%LOCALBASE%%/bin/javavm \
-+ -cp ${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar \
++ -cp "${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar:${CLASSPATH}/MessagesBundles.jar" \
+ -jar ${CLASSPATH}/LimeWire.jar