Description: Hard-code the position of the `propids.yaml' file, as it
 we know it known beforehand.
 .
 At build time, libole-ruby1.8 is replaced by libole-ruby1.9.1 for the
 1.9.1 package.
 .
 This patch was created at package creation time (hence no bug number)
 and is Debian-specific.
Origin: vendor
Forwarded: not-needed
Author: Gunnar Wolf <gwolf@debian.org>
Index: libole-ruby-1.2.8.2/lib/ole/types/property_set.rb
===================================================================
--- libole-ruby-1.2.8.2.orig/lib/ole/types/property_set.rb	2009-04-21 14:20:02.000000000 -0500
+++ libole-ruby-1.2.8.2/lib/ole/types/property_set.rb	2009-04-21 14:21:37.000000000 -0500
@@ -23,7 +23,7 @@
 			}
 
 			# define a smattering of the property set guids. 
-			DATA = YAML.load_file(File.dirname(__FILE__) + '/../../../data/propids.yaml').
+			DATA = YAML.load_file('/usr/share/libole-ruby1.8/propids.yaml').
 				inject({}) { |hash, (key, value)| hash.update Clsid.parse(key) => value }
 
 			# create an inverted map of names to guid/key pairs
