[macruby-changes] [5225] MacRuby/trunk/bin/ruby_deploy

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 9 16:53:19 PST 2011


Revision: 5225
          http://trac.macosforge.org/projects/ruby/changeset/5225
Author:   lsansonetti at apple.com
Date:     2011-02-09 16:53:17 -0800 (Wed, 09 Feb 2011)
Log Message:
-----------
fix a bug in macruby_deploy with --embed where the main application's executable's link path would not be updated

Modified Paths:
--------------
    MacRuby/trunk/bin/ruby_deploy

Modified: MacRuby/trunk/bin/ruby_deploy
===================================================================
--- MacRuby/trunk/bin/ruby_deploy	2011-02-09 03:21:27 UTC (rev 5224)
+++ MacRuby/trunk/bin/ruby_deploy	2011-02-10 00:53:17 UTC (rev 5225)
@@ -171,7 +171,7 @@
     }
 
     # Wait with fixing install name until all binaries are available.
-    fix_install_name unless @compile
+    fix_install_name
   end
 
   # Hack the application binaries to link against the MacRuby.framework copy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110209/e5a5a4ee/attachment.html>


More information about the macruby-changes mailing list