[macruby-changes] [594] MacRuby/trunk/instruby.rb
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 9 12:19:55 PDT 2008
Revision: 594
http://trac.macosforge.org/projects/ruby/changeset/594
Author: lsansonetti at apple.com
Date: 2008-09-09 12:19:55 -0700 (Tue, 09 Sep 2008)
Log Message:
-----------
do not install a new copy of rb_nibtool but instead make a symlink to the version inside the framework which has the correct shebang line
Modified Paths:
--------------
MacRuby/trunk/instruby.rb
Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb 2008-09-09 06:16:52 UTC (rev 593)
+++ MacRuby/trunk/instruby.rb 2008-09-09 19:19:55 UTC (rev 594)
@@ -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/21e06e0f/attachment.html
More information about the macruby-changes
mailing list