aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-08-28 18:04:37 -0500
committerYehuda Katz <wycats@gmail.com>2009-08-28 18:05:02 -0500
commit353157ccd9960c806a6f17537dcbeddd2d1d17c8 (patch)
tree86c2312e80d235bbdabf80dc14c11fc591f9ac61 /Rakefile
parentf6ca7e4e75408bc42f515fc7206d6c6ff0dce7c6 (diff)
downloadrails-353157ccd9960c806a6f17537dcbeddd2d1d17c8.tar.gz
rails-353157ccd9960c806a6f17537dcbeddd2d1d17c8.tar.bz2
rails-353157ccd9960c806a6f17537dcbeddd2d1d17c8.zip
Make rake install work
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 5f918657aa..3a6d9b72cb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -27,6 +27,7 @@ task :install => :gem do
(PROJECTS - ["railties"]).each do |project|
system("gem install #{project}/pkg/#{project}-#{ActionPack::VERSION::STRING}.gem --no-ri --no-rdoc")
end
+ system("gem install railties/pkg/rails-#{ActionPack::VERSION::STRING}.gem --no-ri --no-rdoc")
end