Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -129,8 +129,8 @@ def to_pathname
ghome = a.scope == 'compile' ? gem_home : jruby_gems
if Dir[ File.join( ghome, 'cache', File.basename( a.file.to_pathname ).sub( /.gem/, '*.gem' ) ) ].empty?
puts a.file.to_pathname
# do not set bin_dir since its create absolute symbolic links
installer = Gem::Installer.new( a.file.to_pathname,
:wrappers => true,
:ignore_dependencies => true,
:install_dir => ghome )
installer.install

0 comments on commit 12ed8d4

Please sign in to comment.