rpms/jruby/devel jruby-fix-jruby-start-script.patch,1.3,1.4

Conrad Meyer konradm at fedoraproject.org
Mon Feb 16 00:31:07 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/jruby/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25994

Modified Files:
	jruby-fix-jruby-start-script.patch 
Log Message:
Update start script to include jna in classpath.

jruby-fix-jruby-start-script.patch:

Index: jruby-fix-jruby-start-script.patch
===================================================================
RCS file: /cvs/pkgs/rpms/jruby/devel/jruby-fix-jruby-start-script.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jruby-fix-jruby-start-script.patch	30 Nov 2008 10:01:02 -0000	1.3
+++ jruby-fix-jruby-start-script.patch	16 Feb 2009 00:31:07 -0000	1.4
@@ -8,7 +8,7 @@
  
 +j=$(build-classpath objectweb-asm/asm objectweb-asm/asm-util \
 +  objectweb-asm/asm-analysis objectweb-asm/asm-tree joni joda-time jline \
-+  bytelist jna-posix jvyamlb jcodings constantine)
++  bytelist jna jna-posix jvyamlb jcodings constantine)
 +
 +JRUBY_CP="$JRUBY_CP$CP_DELIMETER$j"
 +




More information about the fedora-extras-commits mailing list