Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Fix install task
Browse files Browse the repository at this point in the history
  • Loading branch information
Empact authored and Andy Shen committed Aug 12, 2008
1 parent 2030c98 commit 89360c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ Rake::GemPackageTask.new(spec) do |pkg|
end

task :install => [:package] do
sh %{sudo gem install pkg/#{GEM}-#{VERSION}}
sh %{sudo gem install pkg/#{spec.name}-#{spec.version}}
end

Rake::TestTask.new do |t|
Expand Down

0 comments on commit 89360c4

Please sign in to comment.