[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-34-g2b14b8f

C.J. Adams-Collier cjac at colliertech.org
Tue Aug 4 14:41:05 UTC 2009


The following commit has been merged in the master branch:
commit 2b14b8f49cbf31e0f5afb5f8d5be377085ae79fb
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date:   Tue Aug 4 07:48:54 2009 -0700

    changed library search path in ir.exe.config and included Lib in the install list

diff --git a/debian/ir.exe.config b/debian/ir.exe.config
index 70128dd..54c099c 100644
--- a/debian/ir.exe.config
+++ b/debian/ir.exe.config
@@ -15,7 +15,8 @@
     </languages>
 
     <options>
-      <set option='LibraryPaths' language='Ruby' value='/usr/lib/ruby/1.8'/>
+      <set option='LibraryPaths' language='Ruby'
+	   value='/usr/lib/ironruby/Libs;/usr/lib/ruby/1.8' />
     </options>
   </microsoft.scripting>
 </configuration>
diff --git a/debian/ironruby.install b/debian/ironruby.install
index 197b2d6..36e99c0 100644
--- a/debian/ironruby.install
+++ b/debian/ironruby.install
@@ -1,4 +1,5 @@
 Merlin/Main/Bin/Debug/*.dll* /usr/lib/ironruby
+Merlin/Main/Languages/Ruby/Libs /usr/lib/ironruby
 Merlin/Main/Bin/Debug/ir.exe* /usr/lib/ironruby
 debian/ir.exe.config /usr/lib/ironruby
 debian/ir /usr/bin

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list