1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Dont mkdir for each framework now that theyre checked out in their entirety

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3779 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-03-05 19:29:40 +00:00
parent 0635f633cc
commit 3c756f85be

View file

@ -44,7 +44,6 @@ namespace :rails do
revision_switch = ENV['REVISION'] ? " -r #{ENV['REVISION']}" : ''
for framework in %w( railties actionpack activerecord actionmailer activesupport actionwebservice )
mkdir_p "vendor/rails/#{framework}"
system "svn export http://dev.rubyonrails.org/svn/rails/trunk/#{framework} vendor/rails/#{framework} #{revision_switch}"
end
end