Modified: MacRuby/tags/0.3/instruby.rb (594 => 595)
--- 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'