Changeset 478

Show
Ignore:
Timestamp:
03/12/2008 09:49:51 (6 months ago)
Author:
why
Message:
  • Rakefile: got the older version of Rake to work.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Rakefile

    r466 r478  
    9292  mkdir_p "dist/ruby" 
    9393  cp_r  "#{ext_ruby}/lib/ruby/1.8", "dist/ruby/lib" 
    94   cp_r  FileList["rubygems/*"], "dist/ruby/lib" 
     94  FileList["rubygems/*"].each do |rg| 
     95    cp_r  rg, "dist/ruby/lib" 
     96  end 
    9597  rm_f  FileList["dist/ruby/lib/**/*.h"] 
    9698  unless ENV['STANDARD']