aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
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