about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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