Skip to content

Commit

Permalink
make directory for nibtool because task of nightly build is aborted
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 25, 2012
1 parent 8d2d138 commit 57fa40f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rakelib/install.rake
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ namespace :install do

task :nibtool do
puts 'Installing IB support'
ln_sfh "#{FRAMEWORK_USR_BIN}/rb_nibtool", "#{xcode_dir}/Tools/"
nibtool_dir = "#{xcode_dir}/Tools/"
makedirs nibtool_dir
ln_sfh "#{FRAMEWORK_USR_BIN}/rb_nibtool", nibtool_dir
end

task :xcode_templates do
Expand Down

0 comments on commit 57fa40f

Please sign in to comment.