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

Micah Anderson micah at alioth.debian.org
Sat Mar 6 20:57:41 UTC 2010


Author: micah
Date: 2010-03-06 20:57:41 +0000 (Sat, 06 Mar 2010)
New Revision: 4912

Modified:
   trunk/libcompass-ruby/debian/patches/fix-binary-load-path
Log:
cant use RUBY_VERSION because it is 1.8.7 and we are shipping 1.8

Modified: trunk/libcompass-ruby/debian/patches/fix-binary-load-path
===================================================================
--- trunk/libcompass-ruby/debian/patches/fix-binary-load-path	2010-03-06 20:49:13 UTC (rev 4911)
+++ trunk/libcompass-ruby/debian/patches/fix-binary-load-path	2010-03-06 20:57:41 UTC (rev 4912)
@@ -1,15 +1,15 @@
 Index: libcompass-ruby-0.8.5debian/bin/compass
 ===================================================================
---- libcompass-ruby-0.8.5debian.orig/bin/compass	2010-03-06 15:19:54.000000000 -0500
-+++ libcompass-ruby-0.8.5debian/bin/compass	2010-03-06 15:19:51.000000000 -0500
+--- libcompass-ruby-0.8.5debian.orig/bin/compass	2009-07-07 00:50:23.000000000 -0400
++++ libcompass-ruby-0.8.5debian/bin/compass	2010-03-06 15:56:49.000000000 -0500
 @@ -1,8 +1,8 @@
  #!/usr/bin/env ruby
  # The compass command line utility
  
 -require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass'))
 -require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass', 'exec'))
-+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', '#{RUBY_VERSION}', 'compass'))
-+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', '#{RUBY_VERSION}', 'compass', 'exec'))
++require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', '1.8', 'compass'))
++require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', '1.8', 'compass', 'exec'))
  
  command = Compass::Exec::Compass.new(ARGV)
  exit command.run!




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