[macruby-changes] [595] MacRuby/tags/0.3/instruby.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 9 12:41:23 PDT 2008


Revision: 595
          http://trac.macosforge.org/projects/ruby/changeset/595
Author:   lsansonetti at 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'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080909/c4453987/attachment.html 


More information about the macruby-changes mailing list