Skip to content

Commit

Permalink
User needs to use "sudo rake install" when needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Apr 25, 2010
1 parent 63762ed commit 0ea4eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -103,7 +103,6 @@ end

def install(spec, *opts)
args = ['gem', 'install', "pkg/#{spec.name}-#{spec.version}.gem"] + opts
args.unshift 'sudo' unless 0 == Process.uid
system(*args)
end

Expand Down

0 comments on commit 0ea4eb8

Please sign in to comment.