[DRE-commits] r5222 - trunk/libodbc-ruby/debian

Daigo Moriwaki daigo at alioth.debian.org
Fri May 7 06:02:25 UTC 2010


Author: daigo
Date: 2010-05-07 06:02:16 +0000 (Fri, 07 May 2010)
New Revision: 5222

Modified:
   trunk/libodbc-ruby/debian/rules
Log:
Fixed typo

Modified: trunk/libodbc-ruby/debian/rules
===================================================================
--- trunk/libodbc-ruby/debian/rules	2010-05-07 03:34:23 UTC (rev 5221)
+++ trunk/libodbc-ruby/debian/rules	2010-05-07 06:02:16 UTC (rev 5222)
@@ -15,7 +15,7 @@
 configure/libodbc-ruby$(ruby_ver1.8)::
 	cp -r ext ext$(ruby_ver1.8)
 	( cd ext$(ruby_ver1.8) && \
-	  ([ -e Makefile ] || ruby$(ruby_ver1.8) extconf.rb --enable-dlopeni) )
+	  ([ -e Makefile ] || ruby$(ruby_ver1.8) extconf.rb --enable-dlopen) )
 	( cd ext$(ruby_ver1.8) && \
 	  ([ -e utf8/Makefile ] || ruby$(ruby_ver1.8) -Cutf8 extconf.rb --enable-dlopen) )
 
@@ -37,7 +37,7 @@
 configure/libodbc-ruby$(ruby_ver1.9.1)::
 	cp -r ext ext$(ruby_ver1.9.1)
 	( cd ext$(ruby_ver1.9.1) && \
-	  ([ -e Makefile ] || ruby$(ruby_ver1.9.1) extconf.rb --enable-dlopeni) )
+	  ([ -e Makefile ] || ruby$(ruby_ver1.9.1) extconf.rb --enable-dlopen) )
 	( cd ext$(ruby_ver1.9.1) && \
 	  ([ -e utf8/Makefile ] || ruby$(ruby_ver1.9.1) -Cutf8 extconf.rb --enable-dlopen) )
 




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