Created
December 19, 2012 20:13
-
-
Save bbrowning/4340060 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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