[DRE-commits] r5588 - trunk/libcompass-ruby/debian/patches

Deepak Tripathi deepak-guest at alioth.debian.org
Wed Jun 16 10:35:37 UTC 2010


Author: deepak-guest
Date: 2010-06-16 10:35:34 +0000 (Wed, 16 Jun 2010)
New Revision: 5588

Added:
   trunk/libcompass-ruby/debian/patches/001fix-binary-load-path
Log:
Added patch for binary load path...


Added: trunk/libcompass-ruby/debian/patches/001fix-binary-load-path
===================================================================
--- trunk/libcompass-ruby/debian/patches/001fix-binary-load-path	                        (rev 0)
+++ trunk/libcompass-ruby/debian/patches/001fix-binary-load-path	2010-06-16 10:35:34 UTC (rev 5588)
@@ -0,0 +1,13 @@
+Index: libcompass-ruby-0.10.2debian.orig/bin/compass
+===================================================================
+--- libcompass-ruby-0.10.2debian.orig.orig/bin/compass	2010-06-16 12:21:59.000000000 +0530
++++ libcompass-ruby-0.10.2debian.orig/bin/compass	2010-06-16 12:23:31.000000000 +0530
+@@ -16,7 +16,7 @@
+   end
+ end
+ 
+-fallback_load_path(File.join(File.dirname(__FILE__), '..', 'lib')) do
++fallback_load_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s)) do
+   require 'compass'
+   require 'compass/exec'
+ end




More information about the Pkg-ruby-extras-commits mailing list