Skip to content

Commit

Permalink
Fix where pre-installed gems are installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jun 20, 2008
1 parent 0ada57d commit 4b0f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/gems.rake
Expand Up @@ -9,7 +9,7 @@ namespace :gems do

GEMS_DEVELOPMENT_PRE_INSTALLED_DIR = File.join checkout_dir, 'tmp',
relative_path
GEMS_PRE_INSTALLED_DIR = File.join CODEPATH, 'rubinius', relative_path
GEMS_PRE_INSTALLED_DIR = File.join File.dirname(CODEPATH), relative_path

rule '.gem' => '.gemspec' do |task|
Dir.chdir File.dirname(task.source) do
Expand Down

0 comments on commit 4b0f538

Please sign in to comment.