This commit is contained in:
Vokhmin Alexey V 2012-12-11 18:47:57 +04:00
parent 6526106d9e
commit 3b8524bd28
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class BuildList < ActiveRecord::Base
type = save_to_platform.distrib_type
archive = results.select{ |r| r['file_name'] =~ /.*\.tar\.gz$/}[0]
platform_path = "#{APP_CONFIG[root]}/platforms/#{save_to_platform.name}"
platform_path = "#{APP_CONFIG['root_path']}/platforms/#{save_to_platform.name}"
if save_to_platform.personal?
platform_path << '/'
platform_path << build_for_platform.name