From 8ec17dab6a3e8cbf744cf94d02a28fc8aad82633 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 Sep 2006 13:28:53 +0000 Subject: * runruby.rb: extension library scripts moved into common directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- runruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runruby.rb') diff --git a/runruby.rb b/runruby.rb index 4d7f96afae..8dbe8f714f 100755 --- a/runruby.rb +++ b/runruby.rb @@ -35,7 +35,7 @@ end libs = [abs_archdir, File.expand_path("lib", srcdir)] if extout abs_extout = File.expand_path(extout) - libs << abs_extout << File.expand_path(RUBY_PLATFORM, abs_extout) + libs << File.expand_path("common", abs_extout) << File.expand_path(RUBY_PLATFORM, abs_extout) end config["bindir"] = abs_archdir ENV["RUBY"] = File.expand_path(ruby) -- cgit v1.2.3