set install_dir

This commit is contained in:
Jordan Sissel 2012-11-07 11:49:33 -08:00
parent f0473afe3e
commit e05c9be3a7

View file

@ -18,6 +18,7 @@ deps.each do |dep|
installer.options[:generate_ri] = false
installer.options[:version] = dep.requirement
installer.options[:args] = [dep.name]
installer.options[:install_dir] = target
begin
installer.execute
rescue Gem::SystemExitException => e