about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2007-01-20 00:23:12 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2007-01-20 00:23:12 +0000
commit5526e55d72b9f179417efc4c7dbd5e07818ac0fe (patch)
treef7e8dd81c51693b7fc5fb7bc74e12bf3b33f49d6
parent350e96d7192d03a0e9896d1ed53cff808a68deb4 (diff)
downloadunicorn-5526e55d72b9f179417efc4c7dbd5e07818ac0fe.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@507 19e92222-5c0b-0410-8929-a290d50e31e9
-rw-r--r--projects/fastthread/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/fastthread/Rakefile b/projects/fastthread/Rakefile
index 1957d3d..b5463a4 100644
--- a/projects/fastthread/Rakefile
+++ b/projects/fastthread/Rakefile
@@ -49,7 +49,7 @@ end
 
 setup_clean ["ext/fastthread/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/fastthread/Makefile", "pkg", "lib/*.bundle", "*.gem", ".config"]
 
-task :install => [:default] do
+task :install => [:default,:package] do
   sh %{ sudo gem install pkg/fastthread-#{GEM_VERSION}.gem }
 end