Skip to content

Instantly share code, notes, and snippets.

@bbrowning
Created December 19, 2012 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbrowning/4340060 to your computer and use it in GitHub Desktop.
Save bbrowning/4340060 to your computer and use it in GitHub Desktop.
diff --git a/gems/jruby-openssl/Rakefile b/gems/jruby-openssl/Rakefile
index c854e2a..c7cddfc 100644
--- a/gems/jruby-openssl/Rakefile
+++ b/gems/jruby-openssl/Rakefile
@@ -38,7 +38,7 @@ task :java_compile do
end
sh "javac @pkg/compile_options @pkg/compile_classpath @pkg/compile_sourcefiles"
- sh "jar cf ../../lib/ruby/shared/jopenssl.jar -C pkg/classes/ ."
+ sh "jar cf lib/shared/jopenssl.jar -C pkg/classes/ ."
end
file "lib/shared/jopenssl.jar" => :java_compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment