to ruby19. Remove extension source directory from package and fix require for extension file, since it previously depended on the copy in the extension source directory.
7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
$OpenBSD: patch-lib_swift_db_postgres_rb,v 1.1 2014/01/11 22:42:26 jeremy Exp $
|
|
--- lib/swift/db/postgres.rb.orig Fri Jan 10 13:40:28 2014
|
|
+++ lib/swift/db/postgres.rb Fri Jan 10 13:40:34 2014
|
|
@@ -1 +1 @@
|
|
-require 'swift/db/postgres/swift_db_postgres_ext'
|
|
+require 'swift_db_postgres_ext'
|