From 5f28a6233871579248053ebad603f20b511adc11 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 7 Dec 2004 20:57:15 +0000 Subject: Forgot a small change with the new generators git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@73 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties') diff --git a/railties/Rakefile b/railties/Rakefile index 5a286bcd1e..989209578d 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -144,6 +144,8 @@ task :copy_generators do chmod 0755, dest_file end + mkdir_p File.join(PKG_DESTINATION, 'script/generators') + GENERATORS.each do |dir| cp_r File.join('generators', dir), File.join(PKG_DESTINATION, 'script', dir) end -- cgit v1.2.3