summaryrefslogtreecommitdiff
path: root/databases/ruby-rdbc1/files/patch-pg_rdbc1.rb
blob: d4e2510c2e60c4747b34cb2e888c5feb00feff7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pg_rdbc1.rb.orig	2000-05-26 03:24:12 UTC
+++ pg_rdbc1.rb
@@ -11,7 +11,7 @@
 require "rdbc1.rb"
 
 module PG_RDBC1
-  require "../postgres/postgres.so"
+  require "postgres"
   include RDBC1
 
   # Driver Creator will inherite me.