about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-29 07:16:22 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-29 07:16:22 +0000
commitb7f7ec6ace14bb47112c2d3ec4a0f1ebdc40ecc0 (patch)
tree8317ef8a986529070de5fb9fcfcbdef363ed54f6 /Rakefile
parentb198e9fe949b7ef53bf9573ae58c181b9e5bf897 (diff)
downloadunicorn-b7f7ec6ace14bb47112c2d3ec4a0f1ebdc40ecc0.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@829 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e9bd239..7d9601e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -161,7 +161,7 @@ task :uninstall => [:clean] do
   sub_project("mongrel_console", :uninstall)
   sub_project("gem_plugin", :uninstall)
   sub_project("fastthread", :uninstall)  
-  sub_project("mongrel_service", :install) if RUBY_PLATFORM =~ /mswin/
+  sub_project("mongrel_service", :uninstall) if RUBY_PLATFORM =~ /mswin/
 end
 
 desc "for Mongrel and all its subprojects"