aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 04:29:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 04:29:18 +0000
commit707106f347fada1ac9a7c9e2da7e6d2342f8441d (patch)
tree41f972702ec8cd2e47983120618bbb9d89c420f8 /railties/Rakefile
parent31702951365c26f930a5f39698cb51309e111e98 (diff)
downloadrails-707106f347fada1ac9a7c9e2da7e6d2342f8441d.tar.gz
rails-707106f347fada1ac9a7c9e2da7e6d2342f8441d.tar.bz2
rails-707106f347fada1ac9a7c9e2da7e6d2342f8441d.zip
Added fixed gateway script [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1721 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index dc2b7a80f8..ffe2cee774 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -137,7 +137,7 @@ task :copy_dispatches do
chmod 0755, "#{PKG_DESTINATION}/public/dispatch.fcgi"
copy_with_rewritten_ruby_path("dispatches/gateway.cgi", "#{PKG_DESTINATION}/public/gateway.cgi")
- chmod 0644, "#{PKG_DESTINATION}/public/gateway.cgi"
+ chmod 0755, "#{PKG_DESTINATION}/public/gateway.cgi"
end
task :copy_html_files do