Index: libcompass-ruby-0.8.5debian/bin/compass
===================================================================
--- 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 16:22:15.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.match(/^\d+\.\d+/).to_s, 'compass'))
+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s, 'compass', 'exec'))
 
 command = Compass::Exec::Compass.new(ARGV)
 exit command.run!
