Revision: 595 http://trac.macosforge.org/projects/ruby/changeset/595 Author: lsansonetti@apple.com Date: 2008-09-09 12:41:22 -0700 (Tue, 09 Sep 2008) Log Message: ----------- backport fix from trunk Modified Paths: -------------- MacRuby/tags/0.3/instruby.rb Modified: MacRuby/tags/0.3/instruby.rb =================================================================== --- MacRuby/tags/0.3/instruby.rb 2008-09-09 19:19:55 UTC (rev 594) +++ MacRuby/tags/0.3/instruby.rb 2008-09-09 19:41:22 UTC (rev 595) @@ -512,7 +512,7 @@ puts "installing IB support" ib_dest = '/Developer/usr/bin' mkdir_p ib_dest -install('bin/rb_nibtool', ib_dest, :mode => $prog_mode) +ln_sfh File.join("../../..", CONFIG['bindir'], 'rb_nibtool'), ib_dest install('tool/rb_nibtool.old', ib_dest, :mode => $prog_mode) touch_file = '/System/Library/Frameworks/.bridgesupport_dylib_gcmarked'