From fc50b60cb7a7df79a2a8267c0cac5ca6f7fa0b58 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 20 Feb 2013 12:34:20 +0000 Subject: [PATCH] * tool/rbinstall.rb (libdir): fix typo. [Bug #7874] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/rbinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index ff9d5850a5..f85465979c 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -304,7 +304,7 @@ rubyw_install_name = CONFIG["rubyw_install_name"] goruby_install_name = "go" + ruby_install_name bindir = CONFIG["bindir", true] -libdir = CONFIG[COFNIG["libdirname", true], true] +libdir = CONFIG[CONFIG["libdirname", true], true] rubyhdrdir = CONFIG["rubyhdrdir", true] archhdrdir = CONFIG["rubyarchhdrdir"] || (rubyhdrdir + "/" + CONFIG['arch']) rubylibdir = CONFIG["rubylibdir", true]