File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -451,10 +451,9 @@ def gem_install_one spec
451
451
# setup Gem download ui
452
452
ui = Gem ::DefaultUserInteraction . ui = Gem ::CobblerFace . new ( @progbar , @status )
453
453
ui . title "Installing #{ spec . name } #{ spec . version } "
454
- installer = Gem ::DependencyInstaller . new
454
+ installer = Gem ::DependencyInstaller . new ( { :nodoc => true , :install_dir => GEM_DIR } )
455
455
begin
456
- ENV [ 'PATH' ] = "/usr/local/bin:/usr/bin"
457
- $stderr. puts "gem installer env: #{ ENV [ 'PATH' ] } "
456
+ #$stderr.puts "gem build setup: #{installer.options}"
458
457
installer . install ( spec . name , spec . version )
459
458
spec . activate
460
459
gem_reset
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ module Gem
6
6
if Shoes ::RELEASE_TYPE =~ /TIGHT/
7
7
@ruby = ( File . join ( RbConfig ::CONFIG [ 'bindir' ] , 'shoes' ) + RbConfig ::CONFIG [ 'EXEEXT' ] ) .
8
8
sub ( /.*\s .*/m , '"\&"' ) + " --ruby"
9
- debug "setting @ruby to #{ @ruby } "
10
9
end
11
10
end
12
11
class << Gem ::Ext ::ExtConfBuilder
You can’t perform that action at this time.
0 commit comments