Skip to content

Commit

Permalink
Bugfix: Missed a spot for global gem cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Feb 13, 2010
1 parent 6398df6 commit 84298f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Expand Up @@ -73,7 +73,7 @@ rvm_hooks_path="${rvm_hooks_path:-"$rvm_path/hooks"}"
rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}"
rvm_symlink_path="${rvm_symlink_path:-/usr/local/bin}"

mkdir -p $rvm_archives_path $rvm_src_path $rvm_log_path $rvm_bin_path $rvm_gems_path $rvm_rubies_path $rvm_config_path $rvm_hooks_path $rvm_tmp_path $rvm_symlink_path $rvm_gems_path/cache $rvm_gems_path/doc
mkdir -p $rvm_archives_path $rvm_src_path $rvm_log_path $rvm_bin_path $rvm_gems_path $rvm_rubies_path $rvm_config_path $rvm_hooks_path $rvm_tmp_path $rvm_symlink_path $HOME/.gem/cache

for file in README LICENCE ; do
cp -f "$source_path/$file" "$rvm_path/"
Expand Down

0 comments on commit 84298f6

Please sign in to comment.