summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2016-08-29 22:14:58 +0300
committerSaku Ytti <saku@ytti.fi>2016-08-29 22:14:58 +0300
commit5ac5fe876e5fd057574574f95b8f220ba4cd7fa2 (patch)
treebe059e84a34ee8d9b7cd3018b7fce767fa63e630
parent29b972f0a2a11b2ca52cf290f733914914f2f3f8 (diff)
don't install twice
-rw-r--r--Rakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 11f5c96..de6ba82 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,10 +19,10 @@ task :test do
end
end
-desc 'Install gem'
-task :install => :build do
- system "sudo -Es sh -c \'umask 022; gem install gems/#{file}\'"
-end
+## desc 'Install gem'
+## task :install => :build do
+## system "sudo -Es sh -c \'umask 022; gem install gems/#{file}\'"
+## end
desc 'Remove gems'
task :clean do