From 94089e82a1276df9d222fba111d4d4763aac144a Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 25 Jul 2000 14:46:46 +0000 Subject: eban git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- instruby.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'instruby.rb') diff --git a/instruby.rb b/instruby.rb index 809ab86f3f..0d06ad93ce 100644 --- a/instruby.rb +++ b/instruby.rb @@ -36,9 +36,11 @@ for dll in Dir['*.dll'] File.install dll, "#{bindir}/#{dll}", 0755, true end File.makedirs libdir, true -for lib in [CONFIG["LIBRUBY_SO"]] - if File.exist? lib - File.install lib, libdir, 0555, true +if CONFIG["LIBRUBY"] != CONFIG["LIBRUBY_A"] + for lib in [CONFIG["LIBRUBY"]] + if File.exist? lib + File.install lib, libdir, 0555, true + end end end Dir.chdir libdir -- cgit v1.2.3