[macruby-changes] [2603] MacRuby/trunk/instruby.rb
source_changes at macosforge.org
source_changes at macosforge.org
Mon Sep 21 22:54:57 PDT 2009
Revision: 2603
http://trac.macosforge.org/projects/ruby/changeset/2603
Author: lsansonetti at apple.com
Date: 2009-09-21 22:54:57 -0700 (Mon, 21 Sep 2009)
Log Message:
-----------
let's not forget our old friend rbconfig.rbo
Modified Paths:
--------------
MacRuby/trunk/instruby.rb
Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb 2009-09-22 05:54:34 UTC (rev 2602)
+++ MacRuby/trunk/instruby.rb 2009-09-22 05:54:57 UTC (rev 2603)
@@ -247,6 +247,7 @@
install lib, libdir, :mode => $prog_mode unless lib == arc
install arc, libdir, :mode => $data_mode #if enable_static
install "rbconfig.rb", archlibdir, :mode => $data_mode
+ install "rbconfig.rbo", archlibdir, :mode => $data_mode
if CONFIG["ARCHFILE"]
for file in CONFIG["ARCHFILE"].split
install file, archlibdir, :mode => $data_mode
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090921/842ea79d/attachment.html>
More information about the macruby-changes
mailing list