about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 45e49fb..c023c6b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,7 @@ end
 desc "Build a binary gem for Win32"
 task :win32_gem => [:clean, :compile, :test, :rerdoc, :package_win32]
 
-scripts_win32 = scripts + ['mongrel_rails_service','mongrel_rails_svc']
+scripts_win32 = scripts + ['mongrel_rails_service']
 task :package_win32 do
   setup_win32_gem(name, version,  version, summary, scripts_win32, test_file) do |spec|
     spec.add_dependency('win32-service', '>= 0.5.0')