Adam,

Please find attached a simple patch to address this issue.

Cheers,
-- 
Michael Schutte <[EMAIL PROTECTED]>
diff -u rails-2.0.2/railties/Rakefile rails-2.0.2/railties/Rakefile
--- rails-2.0.2/railties/Rakefile
+++ rails-2.0.2/railties/Rakefile
@@ -264,7 +264,7 @@
 end
 
 task :generate_app_doc do
-  File.cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP"
+  cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP"
   system %{cd #{PKG_DESTINATION}; rake doc:app}
 end

Attachment: signature.asc
Description: Digital signature

Reply via email to