mguetlein / opentox-validation

OpenTox validation webservice
http://www.opentox.org
GNU General Public License v3.0
2 stars 0 forks source link

Rakefile install target does not use root account. #7

Closed amaunz closed 14 years ago

amaunz commented 14 years ago

Please make calls to 'gem' and other ruby package tools always as root by using "sudo env PATH=$PATH gem ...". Below is a relevant diff:

diff --git a/Rakefile b/Rakefile index 642cd30..5d74ae4 100644 --- a/Rakefile +++ b/Rakefile @@ -5,12 +5,12 @@ require 'rake'

desc "Install required gems" task :install do

mguetlein commented 14 years ago

fixed (int test branch!!)